Open CASCADE Technology
6.5.4
|
#include <StepGeom_CompositeCurve.hxx>
Public Member Functions | |
StepGeom_CompositeCurve () | |
Returns a CompositeCurve | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_HArray1OfCompositeCurveSegment > &aSegments, const StepData_Logical aSelfIntersect) |
void | SetSegments (const Handle< StepGeom_HArray1OfCompositeCurveSegment > &aSegments) |
Handle_StepGeom_HArray1OfCompositeCurveSegment | Segments () const |
Handle_StepGeom_CompositeCurveSegment | SegmentsValue (const Standard_Integer num) const |
Standard_Integer | NbSegments () const |
void | SetSelfIntersect (const StepData_Logical aSelfIntersect) |
StepData_Logical | SelfIntersect () const |
virtual void StepGeom_CompositeCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
virtual void StepGeom_CompositeCurve::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepGeom_HArray1OfCompositeCurveSegment > & | aSegments, | ||
const StepData_Logical | aSelfIntersect | ||
) | [virtual] |
Handle_StepGeom_HArray1OfCompositeCurveSegment StepGeom_CompositeCurve::Segments | ( | ) | const |
Handle_StepGeom_CompositeCurveSegment StepGeom_CompositeCurve::SegmentsValue | ( | const Standard_Integer | num | ) | const |
void StepGeom_CompositeCurve::SetSegments | ( | const Handle< StepGeom_HArray1OfCompositeCurveSegment > & | aSegments | ) |
void StepGeom_CompositeCurve::SetSelfIntersect | ( | const StepData_Logical | aSelfIntersect | ) |