Home
last modified time | relevance | path

Searched refs:Standard_NullObject_Raise_if (Results 1 – 16 of 16) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStandard_NullObject.hxx29 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE) \ macro
32 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE)
H A DPoly_PolygonOnTriangulation.hxx99Standard_NullObject_Raise_if (myParameters.IsNull(), "Poly_PolygonOnTriangulation::Parameter : par… in Parameter()
107Standard_NullObject_Raise_if (myParameters.IsNull(), "Poly_PolygonOnTriangulation::Parameter : par… in SetParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_NullObject.hxx29 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE) \ macro
32 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE)
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStandard_NullObject.hxx29 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE) \ macro
32 #define Standard_NullObject_Raise_if(CONDITION, MESSAGE)
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_PurgeInternalEdges.cxx42 Standard_NullObject_Raise_if(theShape.IsNull(),"PurgeInternalEdges"); in TopOpeBRepTool_PurgeInternalEdges()
73 Standard_NullObject_Raise_if(myShape.IsNull(),"PurgeInternalEdges : No Shape"); in NbEdges()
106 Standard_NullObject_Raise_if(myShape.IsNull(),"PurgeInternalEdges : No Shape"); in Shape()
H A DTopOpeBRepTool_FuseEdges.cxx86 Standard_NullObject_Raise_if(theShape.IsNull(),"FuseEdges"); in TopOpeBRepTool_FuseEdges()
169 Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); in NbVertices()
198 Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); in Shape()
/dports/cad/opencascade/opencascade-7.6.0/src/Poly/
H A DPoly_PolygonOnTriangulation.hxx99Standard_NullObject_Raise_if (myParameters.IsNull(), "Poly_PolygonOnTriangulation::Parameter : par… in Parameter()
107Standard_NullObject_Raise_if (myParameters.IsNull(), "Poly_PolygonOnTriangulation::Parameter : par… in SetParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_DraftAngle.cxx125 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in Add()
138 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in AddDone()
152 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in Remove()
165 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in ProblematicShape()
178 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in Status()
192 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in ConnectedFaces()
205 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in ModifiedFaces()
218 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in Generated()
249 Standard_NullObject_Raise_if (myInitialShape.IsNull(), in Modified()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepProj/
H A DBRepProj_Projection.cxx179 Standard_NullObject_Raise_if((Wire.IsNull() || Shape.IsNull()),__FILE__": null input shape"); in BRepProj_Projection()
215 Standard_NullObject_Raise_if((Wire.IsNull() || Shape.IsNull()),__FILE__": null input shape"); in BRepProj_Projection()
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dAPI/
H A DGeom2dAPI_InterCurveCurve.cxx183 Standard_NullObject_Raise_if(myCurve1.IsNull(), in Segment()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_Selection.cxx62Standard_NullObject_Raise_if (theSensitive.IsNull(), "Null sensitive entity is added to the select… in Add()
/dports/cad/opencascade/opencascade-7.6.0/src/StdStorage/
H A DStdStorage.cxx215 Standard_NullObject_Raise_if(theData.IsNull(), "Null storage data"); in Write()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_FuseEdges.cxx218 Standard_NullObject_Raise_if(theShape.IsNull(),"FuseEdges"); in BRepLib_FuseEdges()
311 Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); in NbVertices()
340 Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); in Shape()
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_TranslateTool.cxx351 Standard_NullObject_Raise_if (CR2.IsNull(), "Null CurveRepresentation"); in UpdateEdge()
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtCC.cxx213 Standard_NullObject_Raise_if (!myC[0] || !myC[1], "Extrema_ExtCC::Perform()") in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent_BRep.cxx885 Standard_NullObject_Raise_if(CPCR.IsNull(), "Null CurveRepresentation"); in Handle()