Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
gce_MakeScale Class Reference

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_TrsfValue () 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.
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ gce_MakeScale()

gce_MakeScale::gce_MakeScale ( const gp_Pnt & Point,
const double Scale )

Constructs a scaling transformation.

Parameters
[in]Pointcenter of scaling
[in]Scalescale factor

Member Function Documentation

◆ Operator()

gp_Trsf gce_MakeScale::Operator ( ) const
inline

Alias for Value() returning a copy.

Returns
resulting transformation

◆ operator gp_Trsf()

gce_MakeScale::operator gp_Trsf ( ) const
inline

Conversion operator returning the constructed transformation.

Returns
resulting transformation

◆ Value()

const gp_Trsf & gce_MakeScale::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

The documentation for this class was generated from the following file: