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