Open CASCADE Technology 7.8.2.dev
|
Provides tools in order to transfer IGES entities to CAS.CADE. More...
#include <IGESToBRep.hxx>
Static Public Member Functions | |
static void | Init () |
Creates and initializes default AlgoContainer. | |
static void | SetAlgoContainer (const Handle< IGESToBRep_AlgoContainer > &aContainer) |
Sets default AlgoContainer. | |
static Handle< IGESToBRep_AlgoContainer > | AlgoContainer () |
Returns default AlgoContainer. | |
static Standard_Boolean | IsCurveAndSurface (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferCurveAndSurface. ex: All IGESEntity from IGESGeom. | |
static Standard_Boolean | IsBasicCurve (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferBasicCurve. ex: CircularArc, ConicArc, Line, CopiousData, BSplineCurve, SplineCurve... from IGESGeom : 104,110,112,126. | |
static Standard_Boolean | IsBasicSurface (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferBasicSurface. ex: BSplineSurface, SplineSurface... from IGESGeom : 114,128. | |
static Standard_Boolean | IsTopoCurve (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferTopoCurve. ex: all Curves from IGESGeom : all basic curves,102,130,142,144. | |
static Standard_Boolean | IsTopoSurface (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferTopoSurface. ex: All Surfaces from IGESGeom : all basic surfaces,108,118,120,122,141,143. | |
static Standard_Boolean | IsBRepEntity (const Handle< IGESData_IGESEntity > &start) |
Return True if the IGESEntity can be transferred by TransferBRepEntity. ex: VertexList, EdgeList, Loop, Face, Shell, Manifold Solid BRep Object from IGESSolid : 502, 504, 508, 510, 514, 186. | |
static Standard_Integer | IGESCurveToSequenceOfIGESCurve (const Handle< IGESData_IGESEntity > &curve, Handle< TColStd_HSequenceOfTransient > &sequence) |
static Standard_Boolean | TransferPCurve (const TopoDS_Edge &fromedge, const TopoDS_Edge &toedge, const TopoDS_Face &face) |
Provides tools in order to transfer IGES entities to CAS.CADE.
|
static |
Returns default AlgoContainer.
|
static |
|
static |
Creates and initializes default AlgoContainer.
|
static |
Return True if the IGESEntity can be transferred by TransferBasicCurve. ex: CircularArc, ConicArc, Line, CopiousData, BSplineCurve, SplineCurve... from IGESGeom : 104,110,112,126.
|
static |
Return True if the IGESEntity can be transferred by TransferBasicSurface. ex: BSplineSurface, SplineSurface... from IGESGeom : 114,128.
|
static |
Return True if the IGESEntity can be transferred by TransferBRepEntity. ex: VertexList, EdgeList, Loop, Face, Shell, Manifold Solid BRep Object from IGESSolid : 502, 504, 508, 510, 514, 186.
|
static |
Return True if the IGESEntity can be transferred by TransferCurveAndSurface. ex: All IGESEntity from IGESGeom.
|
static |
Return True if the IGESEntity can be transferred by TransferTopoCurve. ex: all Curves from IGESGeom : all basic curves,102,130,142,144.
|
static |
Return True if the IGESEntity can be transferred by TransferTopoSurface. ex: All Surfaces from IGESGeom : all basic surfaces,108,118,120,122,141,143.
|
static |
Sets default AlgoContainer.
|
static |