![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Implements construction of a scaling transformation in 3D space. The result is a Geom_Transformation centered at Point with scale factor Scale. A MakeScale object provides a framework for:
More...
#include <GC_MakeScale.hxx>
Public Member Functions | |
| GC_MakeScale (const gp_Pnt &thePoint, const double theScale) | |
| Constructs a scaling transformation. | |
| const occ::handle< Geom_Transformation > & | Value () const |
| Returns the constructed transformation. | |
| operator const occ::handle< Geom_Transformation > & () const | |
| Conversion operator returning the constructed object. | |
Implements construction of a scaling transformation in 3D space. The result is a Geom_Transformation centered at Point with scale factor Scale. A MakeScale object provides a framework for:
Constructs a scaling transformation.
| [in] | thePoint | center point of scaling |
| [in] | theScale | scale factor |
|
inline |
Conversion operator returning the constructed object.
| const occ::handle< Geom_Transformation > & GC_MakeScale::Value | ( | ) | const |
Returns the constructed transformation.