This Tool Class provides Information to build a ProSTEP Shape model from a Cas.Cad BRep.
More...
|
| | TopoDSToStep_Tool (const occ::handle< StepData_StepModel > &theModel) |
| | TopoDSToStep_Tool (const NCollection_DataMap< TopoDS_Shape, occ::handle< Standard_Transient >, TopTools_ShapeMapHasher > &M, const bool FacetedContext, int theSurfCurveMode) |
| void | Init (const NCollection_DataMap< TopoDS_Shape, occ::handle< Standard_Transient >, TopTools_ShapeMapHasher > &M, const bool FacetedContext, int theSurfCurveMode) |
| bool | IsBound (const TopoDS_Shape &S) |
| void | Bind (const TopoDS_Shape &S, const occ::handle< StepShape_TopologicalRepresentationItem > &T) |
| occ::handle< StepShape_TopologicalRepresentationItem > | Find (const TopoDS_Shape &S) |
| bool | Faceted () const |
| void | SetCurrentShell (const TopoDS_Shell &S) |
| const TopoDS_Shell & | CurrentShell () const |
| void | SetCurrentFace (const TopoDS_Face &F) |
| const TopoDS_Face & | CurrentFace () const |
| void | SetCurrentWire (const TopoDS_Wire &W) |
| const TopoDS_Wire & | CurrentWire () const |
| void | SetCurrentEdge (const TopoDS_Edge &E) |
| const TopoDS_Edge & | CurrentEdge () const |
| void | SetCurrentVertex (const TopoDS_Vertex &V) |
| const TopoDS_Vertex & | CurrentVertex () const |
| double | Lowest3DTolerance () const |
| void | SetSurfaceReversed (const bool B) |
| bool | SurfaceReversed () const |
| const NCollection_DataMap< TopoDS_Shape, occ::handle< Standard_Transient >, TopTools_ShapeMapHasher > & | Map () const |
| int | PCurveMode () const |
| | Returns mode for writing pcurves (initialized by parameter write.surfacecurve.mode).
|
This Tool Class provides Information to build a ProSTEP Shape model from a Cas.Cad BRep.