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