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