Open CASCADE Technology
6.5.4
|
#include <StepShape_ReversibleTopologyItem.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | StepShape_ReversibleTopologyItem () |
Returns a ReversibleTopologyItem SelectType | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
Recognizes a ReversibleTopologyItem Kind Entity that is : 1 -> Edge 2 -> Path 3 -> Face 4 -> FaceBound 5 -> ClosedShell 6 -> OpenShell 0 else | |
Handle_StepShape_Edge | Edge () const |
returns Value as a Edge (Null if another type) | |
Handle_StepShape_Path | Path () const |
returns Value as a Path (Null if another type) | |
Handle_StepShape_Face | Face () const |
returns Value as a Face (Null if another type) | |
Handle_StepShape_FaceBound | FaceBound () const |
returns Value as a FaceBound (Null if another type) | |
Handle_StepShape_ClosedShell | ClosedShell () const |
returns Value as a ClosedShell (Null if another type) | |
Handle_StepShape_OpenShell | OpenShell () const |
returns Value as a OpenShell (Null if another type) |
Standard_Integer StepShape_ReversibleTopologyItem::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
Handle_StepShape_ClosedShell StepShape_ReversibleTopologyItem::ClosedShell | ( | ) | const |
Handle_StepShape_Edge StepShape_ReversibleTopologyItem::Edge | ( | ) | const |
Handle_StepShape_Face StepShape_ReversibleTopologyItem::Face | ( | ) | const |
Handle_StepShape_FaceBound StepShape_ReversibleTopologyItem::FaceBound | ( | ) | const |
Handle_StepShape_OpenShell StepShape_ReversibleTopologyItem::OpenShell | ( | ) | const |
Handle_StepShape_Path StepShape_ReversibleTopologyItem::Path | ( | ) | const |