Provides methods to transfer BRep entities
( VertexList 502, EdgeList 504, Loop 508,
Face 510, Shell 514, ManifoldSolid 186)
from IGES to CASCADE.
#include <IGESToBRep_BRepEntity.hxx>
Public Member Functions |
| DEFINE_STANDARD_ALLOC | IGESToBRep_BRepEntity () |
| | Creates a tool BRepEntity ready to run, with
epsilons set to 1.E-04, TheModeTopo to True, the
optimization of the continuity to False.
|
| | IGESToBRep_BRepEntity (const IGESToBRep_CurveAndSurface &CS) |
| | Creates a tool BRepEntity ready to run and sets its
fields as CS's.
|
| | IGESToBRep_BRepEntity (const Standard_Real eps, const Standard_Real epsGeom, const Standard_Real epsCoeff, const Standard_Boolean mode, const Standard_Boolean modeapprox, const Standard_Boolean optimized) |
| | Creates a tool BRepEntity ready to run.
|
| TopoDS_Shape | TransferBRepEntity (const Handle< IGESData_IGESEntity > &start) |
| | Transfer the BRepEntity" : Face, Shell or ManifoldSolid.
|
| TopoDS_Vertex | TransferVertex (const Handle< IGESSolid_VertexList > &start, const Standard_Integer index) |
| | Transfer the entity number "index" of the VertexList "start"
|
| TopoDS_Shape | TransferEdge (const Handle< IGESSolid_EdgeList > &start, const Standard_Integer index) |
| | Transfer the entity number "index" of the EdgeList "start".
|
| TopoDS_Shape | TransferLoop (const Handle< IGESSolid_Loop > &start, const TopoDS_Face &Face, const gp_Trsf2d &trans, const Standard_Real uFact) |
| | Transfer the Loop Entity
|
| TopoDS_Shape | TransferFace (const Handle< IGESSolid_Face > &start) |
| | Transfer the Face Entity
|
| TopoDS_Shape | TransferShell (const Handle< IGESSolid_Shell > &start) |
| | Transfer the Shell Entity
|
| TopoDS_Shape | TransferManifoldSolid (const Handle< IGESSolid_ManifoldSolid > &start) |
| | Transfer the ManifoldSolid Entity
|
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following file: