#include <StepShape_OrientedEdge.hxx>
Inheritance diagram for StepShape_OrientedEdge:
Public Member Functions | |
Standard_EXPORT | StepShape_OrientedEdge () |
Returns a OrientedEdge . | |
virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName, const Handle(StepShape_Edge)&aEdgeElement, const Standard_Boolean aOrientation) |
Standard_EXPORT void | SetEdgeElement (const Handle(StepShape_Edge)&aEdgeElement) |
Standard_EXPORT Handle_StepShape_Edge | EdgeElement () const |
Standard_EXPORT void | SetOrientation (const Standard_Boolean aOrientation) |
Standard_EXPORT Standard_Boolean | Orientation () const |
virtual Standard_EXPORT void | SetEdgeStart (const Handle(StepShape_Vertex)&aEdgeStart) |
virtual Standard_EXPORT Handle_StepShape_Vertex | EdgeStart () const |
virtual Standard_EXPORT void | SetEdgeEnd (const Handle(StepShape_Vertex)&aEdgeEnd) |
virtual Standard_EXPORT Handle_StepShape_Vertex | EdgeEnd () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_StepShape_Edge | edgeElement |
Standard_Boolean | orientation |
|
|
|
|
|
Reimplemented from StepShape_Edge. |
|
Reimplemented from StepShape_Edge. |
|
Reimplemented from StepShape_Edge. Reimplemented in StepShape_SeamEdge. |
|
|
|
|
|
|
|
Reimplemented from StepShape_Edge. |
|
Reimplemented from StepShape_Edge. |
|
|
|
|
|
|