![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class creates a cartesian_transformation_operator from gp_Trsf. This entity is used in OCCT to implement a transformation with scaling. In case of other inputs without scaling use Axis2Placement3d. More...
#include <GeomToStep_MakeCartesianTransformationOperator.hxx>

Public Member Functions | |
| GeomToStep_MakeCartesianTransformationOperator (const gp_Trsf &theTrsf, const StepData_Factors &theLocalFactors=StepData_Factors()) | |
| Main constructor. | |
| const occ::handle< StepGeom_CartesianTransformationOperator3d > & | Value () const |
| Returns the created entity. | |
Public Member Functions inherited from GeomToStep_Root | |
| bool | IsDone () const |
Additional Inherited Members | |
Protected Attributes inherited from GeomToStep_Root | |
| bool | done |
This class creates a cartesian_transformation_operator from gp_Trsf. This entity is used in OCCT to implement a transformation with scaling. In case of other inputs without scaling use Axis2Placement3d.
| GeomToStep_MakeCartesianTransformationOperator::GeomToStep_MakeCartesianTransformationOperator | ( | const gp_Trsf & | theTrsf, |
| const StepData_Factors & | theLocalFactors = StepData_Factors() ) |
Main constructor.
| [in] | theTrsf | Transformation to create the operator from it. |
| [in] | theLocalFactors | Unit scale factors |
|
inline |
Returns the created entity.