Home
last modified time | relevance | path

Searched refs:BRepLib_EdgeError (Results 1 – 13 of 13) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepLib_EdgeError.hxx22 enum BRepLib_EdgeError enum
H A DBRepLib_MakeEdge2d.hxx145 Standard_EXPORT BRepLib_EdgeError Error() const;
169 BRepLib_EdgeError myError;
H A DBRepLib_MakeEdge.hxx173 Standard_EXPORT BRepLib_EdgeError Error() const;
197 BRepLib_EdgeError myError;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_EdgeError.hxx22 enum BRepLib_EdgeError enum
H A DBRepLib_MakeEdge2d.hxx145 Standard_EXPORT BRepLib_EdgeError Error() const;
169 BRepLib_EdgeError myError;
H A DFILES8 BRepLib_EdgeError.hxx
H A DBRepLib_MakeEdge.hxx173 Standard_EXPORT BRepLib_EdgeError Error() const;
197 BRepLib_EdgeError myError;
H A DBRepLib_MakeEdge2d.cxx731 BRepLib_EdgeError BRepLib_MakeEdge2d::Error() const in Error()
H A DBRepLib_MakeEdge.cxx1207 BRepLib_EdgeError BRepLib_MakeEdge::Error() const in Error()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepLib_EdgeError.hxx22 enum BRepLib_EdgeError enum
H A DBRepLib_MakeEdge2d.hxx147 Standard_EXPORT BRepLib_EdgeError Error() const;
171 BRepLib_EdgeError myError;
H A DBRepLib_MakeEdge.hxx175 Standard_EXPORT BRepLib_EdgeError Error() const;
199 BRepLib_EdgeError myError;
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_Builder.cxx616 BRepLib_EdgeError error = makeEdge.Error(); in BuildNewEdge()