| 
    Open CASCADE Technology
    6.9.1
    
   | 
 
This class implements an elementary construction algorithm for a scaling transformation in 3D space. The result is a Geom_Transformation transformation (a scaling transformation with the center point <Point> and the scaling value <Scale>). A MakeScale object provides a framework for: More...
#include <GC_MakeScale.hxx>
Public Member Functions | |
| GC_MakeScale (const gp_Pnt &Point, const Standard_Real Scale) | |
| Constructs a scaling transformation with.  More... | |
| const Handle< Geom_Transformation > & | Value () const | 
| Returns the constructed transformation.  More... | |
| const Handle< Geom_Transformation > & | Operator () const | 
| operator Handle_Geom_Transformation () const | |
This class implements an elementary construction algorithm for a scaling transformation in 3D space. The result is a Geom_Transformation transformation (a scaling transformation with the center point <Point> and the scaling value <Scale>). A MakeScale object provides a framework for:
| GC_MakeScale::GC_MakeScale | ( | const gp_Pnt & | Point, | 
| const Standard_Real | Scale | ||
| ) | 
Constructs a scaling transformation with.
| const Handle< Geom_Transformation >& GC_MakeScale::Operator | ( | ) | const | 
| GC_MakeScale::operator Handle_Geom_Transformation | ( | ) | const | 
| const Handle< Geom_Transformation >& GC_MakeScale::Value | ( | ) | const | 
Returns the constructed transformation.
 1.8.10