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

This class implements elementary construction algorithms for scaling transformations in 2D space. The result is a Geom2d_Transformation. A GC_MakeScale2d object provides a framework for: More...

#include <GC_MakeScale2d.hxx>

Public Member Functions

 GC_MakeScale2d (const gp_Pnt2d &thePoint, const double theScale)
 Constructs a scaling transformation.
 
const occ::handle< Geom2d_Transformation > & Value () const
 Returns the constructed transformation.
 
 operator const occ::handle< Geom2d_Transformation > & () const
 Conversion operator returning the constructed object.
 

Detailed Description

This class implements elementary construction algorithms for scaling transformations in 2D space. The result is a Geom2d_Transformation. A GC_MakeScale2d object provides a framework for:

Constructor & Destructor Documentation

◆ GC_MakeScale2d()

GC_MakeScale2d::GC_MakeScale2d ( const gp_Pnt2d & thePoint,
const double theScale )

Constructs a scaling transformation.

Parameters
[in]thePointcenter point
[in]theScalescale factor

Member Function Documentation

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

GC_MakeScale2d::operator const occ::handle< Geom2d_Transformation > & ( ) const
inline

Conversion operator returning the constructed object.

Returns
resulting transformation

◆ Value()

const occ::handle< Geom2d_Transformation > & GC_MakeScale2d::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

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