Open CASCADE Technology 6.6.0
|
#include <StepShape_PolyLoop.hxx>
Public Member Functions | |
StepShape_PolyLoop () | |
Returns a PolyLoop | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_HArray1OfCartesianPoint > &aPolygon) |
void | SetPolygon (const Handle< StepGeom_HArray1OfCartesianPoint > &aPolygon) |
Handle_StepGeom_HArray1OfCartesianPoint | Polygon () const |
Handle_StepGeom_CartesianPoint | PolygonValue (const Standard_Integer num) const |
Standard_Integer | NbPolygon () const |
StepShape_PolyLoop::StepShape_PolyLoop | ( | ) |
virtual void StepShape_PolyLoop::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
virtual void StepShape_PolyLoop::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepGeom_HArray1OfCartesianPoint > & | aPolygon | ||
) | [virtual] |
Standard_Integer StepShape_PolyLoop::NbPolygon | ( | ) | const |
Handle_StepGeom_HArray1OfCartesianPoint StepShape_PolyLoop::Polygon | ( | ) | const |
Handle_StepGeom_CartesianPoint StepShape_PolyLoop::PolygonValue | ( | const Standard_Integer | num | ) | const |
void StepShape_PolyLoop::SetPolygon | ( | const Handle< StepGeom_HArray1OfCartesianPoint > & | aPolygon | ) |