Open CASCADE Technology 7.8.2.dev
StepToTopoDS_Builder Class Reference

#include <StepToTopoDS_Builder.hxx>

Inheritance diagram for StepToTopoDS_Builder:

Public Member Functions

 StepToTopoDS_Builder ()
 
void Init (const Handle< StepShape_ManifoldSolidBrep > &theManifoldSolid, const Handle< Transfer_TransientProcess > &theTP, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepShape_BrepWithVoids > &theBRepWithVoids, const Handle< Transfer_TransientProcess > &theTP, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepShape_FacetedBrep > &theFB, const Handle< Transfer_TransientProcess > &theTP, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepShape_FacetedBrepAndBrepWithVoids > &theFBABWV, const Handle< Transfer_TransientProcess > &theTP, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepShape_ShellBasedSurfaceModel > &S, const Handle< Transfer_TransientProcess > &TP, StepToTopoDS_NMTool &NMTool, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepShape_EdgeBasedWireframeModel > &S, const Handle< Transfer_TransientProcess > &TP, const StepData_Factors &theLocalFactors=StepData_Factors())
 
void Init (const Handle< StepShape_FaceBasedSurfaceModel > &S, const Handle< Transfer_TransientProcess > &TP, const StepData_Factors &theLocalFactors=StepData_Factors())
 
void Init (const Handle< StepShape_GeometricSet > &S, const Handle< Transfer_TransientProcess > &TP, const StepData_Factors &theLocalFactors=StepData_Factors(), const Handle< Transfer_ActorOfTransientProcess > &RA=NULL, const Standard_Boolean isManifold=Standard_False, const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepVisual_TessellatedSolid > &theTSo, const Handle< Transfer_TransientProcess > &theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean &theHasGeom, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepVisual_TessellatedShell > &theTSh, const Handle< Transfer_TransientProcess > &theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean &theHasGeom, const StepData_Factors &theLocalFactors=StepData_Factors(), const Message_ProgressRange &theProgress=Message_ProgressRange())
 
void Init (const Handle< StepVisual_TessellatedFace > &theTF, const Handle< Transfer_TransientProcess > &theTP, const Standard_Boolean theReadTessellatedWhenNoBRepOnly, Standard_Boolean &theHasGeom, const StepData_Factors &theLocalFactors=StepData_Factors())
 
void Init (const Handle< StepVisual_TessellatedSurfaceSet > &theTSS, const Handle< Transfer_TransientProcess > &theTP, Standard_Boolean &theHasGeom, const StepData_Factors &theLocalFactors=StepData_Factors())
 
const TopoDS_ShapeValue () const
 
StepToTopoDS_BuilderError Error () const
 
- Public Member Functions inherited from StepToTopoDS_Root
Standard_Boolean IsDone () const
 
Standard_Real Precision () const
 Returns the value of "MyPrecision".
 
void SetPrecision (const Standard_Real preci)
 Sets the value of "MyPrecision".
 
Standard_Real MaxTol () const
 Returns the value of "MaxTol".
 
void SetMaxTol (const Standard_Real maxpreci)
 Sets the value of MaxTol.
 

Additional Inherited Members

- Protected Member Functions inherited from StepToTopoDS_Root
 StepToTopoDS_Root ()
 
- Protected Attributes inherited from StepToTopoDS_Root
Standard_Boolean done
 

Constructor & Destructor Documentation

◆ StepToTopoDS_Builder()

StepToTopoDS_Builder::StepToTopoDS_Builder ( )

Member Function Documentation

◆ Error()

StepToTopoDS_BuilderError StepToTopoDS_Builder::Error ( ) const

◆ Init() [1/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_BrepWithVoids > & theBRepWithVoids,
const Handle< Transfer_TransientProcess > & theTP,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [2/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_EdgeBasedWireframeModel > & S,
const Handle< Transfer_TransientProcess > & TP,
const StepData_Factors & theLocalFactors = StepData_Factors() )

◆ Init() [3/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_FaceBasedSurfaceModel > & S,
const Handle< Transfer_TransientProcess > & TP,
const StepData_Factors & theLocalFactors = StepData_Factors() )

◆ Init() [4/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_FacetedBrep > & theFB,
const Handle< Transfer_TransientProcess > & theTP,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [5/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_FacetedBrepAndBrepWithVoids > & theFBABWV,
const Handle< Transfer_TransientProcess > & theTP,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [6/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_GeometricSet > & S,
const Handle< Transfer_TransientProcess > & TP,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Handle< Transfer_ActorOfTransientProcess > & RA = NULL,
const Standard_Boolean isManifold = Standard_False,
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [7/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_ManifoldSolidBrep > & theManifoldSolid,
const Handle< Transfer_TransientProcess > & theTP,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [8/12]

void StepToTopoDS_Builder::Init ( const Handle< StepShape_ShellBasedSurfaceModel > & S,
const Handle< Transfer_TransientProcess > & TP,
StepToTopoDS_NMTool & NMTool,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [9/12]

void StepToTopoDS_Builder::Init ( const Handle< StepVisual_TessellatedFace > & theTF,
const Handle< Transfer_TransientProcess > & theTP,
const Standard_Boolean theReadTessellatedWhenNoBRepOnly,
Standard_Boolean & theHasGeom,
const StepData_Factors & theLocalFactors = StepData_Factors() )

◆ Init() [10/12]

void StepToTopoDS_Builder::Init ( const Handle< StepVisual_TessellatedShell > & theTSh,
const Handle< Transfer_TransientProcess > & theTP,
const Standard_Boolean theReadTessellatedWhenNoBRepOnly,
Standard_Boolean & theHasGeom,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [11/12]

void StepToTopoDS_Builder::Init ( const Handle< StepVisual_TessellatedSolid > & theTSo,
const Handle< Transfer_TransientProcess > & theTP,
const Standard_Boolean theReadTessellatedWhenNoBRepOnly,
Standard_Boolean & theHasGeom,
const StepData_Factors & theLocalFactors = StepData_Factors(),
const Message_ProgressRange & theProgress = Message_ProgressRange() )

◆ Init() [12/12]

void StepToTopoDS_Builder::Init ( const Handle< StepVisual_TessellatedSurfaceSet > & theTSS,
const Handle< Transfer_TransientProcess > & theTP,
Standard_Boolean & theHasGeom,
const StepData_Factors & theLocalFactors = StepData_Factors() )

◆ Value()

const TopoDS_Shape & StepToTopoDS_Builder::Value ( ) const

The documentation for this class was generated from the following file: