Open CASCADE Technology 6.6.0
|
#include <StepShape_GeometricSetSelect.hxx>
Public Member Functions | |
StepShape_GeometricSetSelect () | |
Returns a GeometricSetSelect SelectType | |
Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
Recognizes a GeometricSetSelect Kind Entity that is : 1 -> Point 2 -> Curve 3 -> Surface 0 else | |
Handle_StepGeom_Point | Point () const |
returns Value as a Point (Null if another type) | |
Handle_StepGeom_Curve | Curve () const |
returns Value as a Curve (Null if another type) | |
Handle_StepGeom_Surface | Surface () const |
returns Value as a Surface (Null if another type) |
StepShape_GeometricSetSelect::StepShape_GeometricSetSelect | ( | ) |
Standard_Integer StepShape_GeometricSetSelect::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
Handle_StepGeom_Curve StepShape_GeometricSetSelect::Curve | ( | ) | const |
Handle_StepGeom_Point StepShape_GeometricSetSelect::Point | ( | ) | const |
Handle_StepGeom_Surface StepShape_GeometricSetSelect::Surface | ( | ) | const |