Open CASCADE Technology 6.6.0
|
#include <StepShape_Shell.hxx>
Public Member Functions | |
StepShape_Shell () | |
Returns a Shell SelectType | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
Recognizes a Shell Kind Entity that is : 1 -> OpenShell 2 -> ClosedShell 0 else | |
Handle_StepShape_OpenShell | OpenShell () const |
returns Value as a OpenShell (Null if another type) | |
Handle_StepShape_ClosedShell | ClosedShell () const |
returns Value as a ClosedShell (Null if another type) |
StepShape_Shell::StepShape_Shell | ( | ) |
Standard_Integer StepShape_Shell::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
Handle_StepShape_ClosedShell StepShape_Shell::ClosedShell | ( | ) | const |
Handle_StepShape_OpenShell StepShape_Shell::OpenShell | ( | ) | const |