Open CASCADE Technology 7.8.2.dev
GCE2d_MakeMirror Class Reference

This class implements elementary construction algorithms for a symmetrical transformation in 2D space about a point or axis. The result is a Geom2d_Transformation transformation. A MakeMirror object provides a framework for: More...

#include <GCE2d_MakeMirror.hxx>

Public Member Functions

 GCE2d_MakeMirror (const gp_Pnt2d &Point)
 
 GCE2d_MakeMirror (const gp_Ax2d &Axis)
 
 GCE2d_MakeMirror (const gp_Lin2d &Line)
 
 GCE2d_MakeMirror (const gp_Pnt2d &Point, const gp_Dir2d &Direc)
 Make a symmetry transformation af axis defined by <Point> and <Direc>.
 
const Handle< Geom2d_Transformation > & Value () const
 Returns the constructed transformation.
 
 operator const Handle< Geom2d_Transformation > & () const
 

Detailed Description

This class implements elementary construction algorithms for a symmetrical transformation in 2D space about a point or axis. The result is a Geom2d_Transformation transformation. A MakeMirror object provides a framework for:

  • defining the construction of the transformation,
  • implementing the construction algorithm, and
  • consulting the result.

Constructor & Destructor Documentation

◆ GCE2d_MakeMirror() [1/4]

GCE2d_MakeMirror::GCE2d_MakeMirror ( const gp_Pnt2d & Point)

◆ GCE2d_MakeMirror() [2/4]

GCE2d_MakeMirror::GCE2d_MakeMirror ( const gp_Ax2d & Axis)

◆ GCE2d_MakeMirror() [3/4]

GCE2d_MakeMirror::GCE2d_MakeMirror ( const gp_Lin2d & Line)

◆ GCE2d_MakeMirror() [4/4]

GCE2d_MakeMirror::GCE2d_MakeMirror ( const gp_Pnt2d & Point,
const gp_Dir2d & Direc )

Make a symmetry transformation af axis defined by <Point> and <Direc>.

Member Function Documentation

◆ operator const Handle< Geom2d_Transformation > &()

GCE2d_MakeMirror::operator const Handle< Geom2d_Transformation > & ( ) const
inline

◆ Value()

const Handle< Geom2d_Transformation > & GCE2d_MakeMirror::Value ( ) const

Returns the constructed transformation.


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