Open CASCADE Technology 7.8.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 | |
Standard_Boolean | 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 Handle< StepGeom_CompositeCurve > & | CC, |
const Handle< Transfer_TransientProcess > & | TP, | ||
const StepData_Factors & | theLocalFactors | ||
) |
Translates standalone composite_curve.
StepToTopoDS_TranslateCompositeCurve::StepToTopoDS_TranslateCompositeCurve | ( | const Handle< StepGeom_CompositeCurve > & | CC, |
const Handle< Transfer_TransientProcess > & | TP, | ||
const Handle< StepGeom_Surface > & | S, | ||
const Handle< Geom_Surface > & | Surf, | ||
const StepData_Factors & | theLocalFactors | ||
) |
Translates composite_curve lying on surface.
Standard_Boolean StepToTopoDS_TranslateCompositeCurve::Init | ( | const Handle< StepGeom_CompositeCurve > & | CC, |
const Handle< Transfer_TransientProcess > & | TP, | ||
const Handle< StepGeom_Surface > & | S, | ||
const Handle< Geom_Surface > & | Surf, | ||
const StepData_Factors & | theLocalFactors | ||
) |
Translates composite_curve lying on surface.
Standard_Boolean StepToTopoDS_TranslateCompositeCurve::Init | ( | const Handle< StepGeom_CompositeCurve > & | CC, |
const Handle< Transfer_TransientProcess > & | TP, | ||
const StepData_Factors & | theLocalFactors | ||
) |
Translates standalone composite_curve.
Standard_Boolean 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.