![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Translate STEP entity composite_curve to TopoDS_Wire If surface is given, the curve is assumed to lie on that surface and in case if any segment of it is a curve_on_surface, the pcurve for that segment will be taken. Note: a segment of composite_curve may be itself composite_curve. Only one-level protection against cyclic references is implemented. More...
#include <StepToTopoDS_TranslateCompositeCurve.hxx>

Additional Inherited Members | |
Protected Member Functions inherited from StepToTopoDS_Root | |
| StepToTopoDS_Root () | |
Protected Attributes inherited from StepToTopoDS_Root | |
| bool | done |
Translate STEP entity composite_curve to TopoDS_Wire If surface is given, the curve is assumed to lie on that surface and in case if any segment of it is a curve_on_surface, the pcurve for that segment will be taken. Note: a segment of composite_curve may be itself composite_curve. Only one-level protection against cyclic references is implemented.
| StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve | ( | ) |
Empty constructor.
| StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve | ( | const occ::handle< StepGeom_CompositeCurve > & | CC, |
| const occ::handle< Transfer_TransientProcess > & | TP, | ||
| const StepData_Factors & | theLocalFactors = StepData_Factors() ) |
Translates standalone composite_curve.
| StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve | ( | const occ::handle< StepGeom_CompositeCurve > & | CC, |
| const occ::handle< Transfer_TransientProcess > & | TP, | ||
| const occ::handle< StepGeom_Surface > & | S, | ||
| const occ::handle< Geom_Surface > & | Surf, | ||
| const StepData_Factors & | theLocalFactors = StepData_Factors() ) |
Translates composite_curve lying on surface.
| bool StepToTopoDS_TranslateCompositeCurve::Init | ( | const occ::handle< StepGeom_CompositeCurve > & | CC, |
| const occ::handle< Transfer_TransientProcess > & | TP, | ||
| const occ::handle< StepGeom_Surface > & | S, | ||
| const occ::handle< Geom_Surface > & | Surf, | ||
| const StepData_Factors & | theLocalFactors = StepData_Factors() ) |
Translates composite_curve lying on surface.
| bool StepToTopoDS_TranslateCompositeCurve::Init | ( | const occ::handle< StepGeom_CompositeCurve > & | CC, |
| const occ::handle< Transfer_TransientProcess > & | TP, | ||
| const StepData_Factors & | theLocalFactors = StepData_Factors() ) |
Translates standalone composite_curve.
| bool StepToTopoDS_TranslateCompositeCurve::IsInfiniteSegment | ( | ) | const |
Returns True if composite_curve contains a segment with infinite parameters.
| const TopoDS_Wire & StepToTopoDS_TranslateCompositeCurve::Value | ( | ) | const |
Returns result of last translation or null wire if failed.