|
Public Member Functions |
| Standard_EXPORT | StepShape_LoopAndPath () |
| | Returns a LoopAndPath
.
|
| virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName) |
| virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName, const Handle(StepShape_Loop)&aLoop, const Handle(StepShape_Path)&aPath) |
| virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName, const Handle(StepShape_HArray1OfOrientedEdge)&aEdgeList) |
| Standard_EXPORT void | SetLoop (const Handle(StepShape_Loop)&aLoop) |
| Standard_EXPORT Handle_StepShape_Loop | Loop () const |
| Standard_EXPORT void | SetPath (const Handle(StepShape_Path)&aPath) |
| Standard_EXPORT Handle_StepShape_Path | Path () const |
| Standard_EXPORT void | SetEdgeList (const Handle(StepShape_HArray1OfOrientedEdge)&aEdgeList) |
| Standard_EXPORT Handle_StepShape_HArray1OfOrientedEdge | EdgeList () const |
| Standard_EXPORT Handle_StepShape_OrientedEdge | EdgeListValue (const Standard_Integer num) const |
| Standard_EXPORT Standard_Integer | NbEdgeList () const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_StepShape_Loop | loop |
| Handle_StepShape_Path | path |