![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Implements an elementary construction algorithm for a scaling transformation in 3D space. The result is a gp_Trsf transformation. A MakeScale object provides a framework for: More...
#include <gce_MakeScale.hxx>
Public Member Functions | |
| gce_MakeScale (const gp_Pnt &Point, const double Scale) | |
| Constructs a scaling transformation. | |
| const gp_Trsf & | Value () const |
| Returns the constructed transformation. | |
| gp_Trsf | Operator () const |
| Alias for Value() returning a copy. | |
| operator gp_Trsf () const | |
| Conversion operator returning the constructed transformation. | |
Implements an elementary construction algorithm for a scaling transformation in 3D space. The result is a gp_Trsf transformation. A MakeScale object provides a framework for:
Constructs a scaling transformation.
| [in] | Point | center of scaling |
| [in] | Scale | scale factor |
|
inline |
Alias for Value() returning a copy.
|
inline |
Conversion operator returning the constructed transformation.
| const gp_Trsf & gce_MakeScale::Value | ( | ) | const |
Returns the constructed transformation.