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

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.
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ GC_MakeScale()

GC_MakeScale::GC_MakeScale ( const gp_Pnt & thePoint,
const double theScale )

Constructs a scaling transformation.

Parameters
[in]thePointcenter point of scaling
[in]theScalescale factor

Member Function Documentation

◆ operator const occ::handle< Geom_Transformation > &()

GC_MakeScale::operator const occ::handle< Geom_Transformation > & ( ) const
inline

Conversion operator returning the constructed object.

Returns
resulting object

◆ Value()

const occ::handle< Geom_Transformation > & GC_MakeScale::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

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