Open CASCADE Technology
6.9.0
|
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 symetry transformation af axis defined by <Point> and <Direc>. More... | |
const Handle < Geom2d_Transformation > & | Value () const |
Returns the constructed transformation. More... | |
const Handle < Geom2d_Transformation > & | Operator () const |
operator Handle_Geom2d_Transformation () const | |
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:
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Pnt2d & | Point | ) |
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Ax2d & | Axis | ) |
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Lin2d & | Line | ) |
Make a symetry transformation af axis defined by <Point> and <Direc>.
const Handle< Geom2d_Transformation >& GCE2d_MakeMirror::Operator | ( | ) | const |
GCE2d_MakeMirror::operator Handle_Geom2d_Transformation | ( | ) | const |
const Handle< Geom2d_Transformation >& GCE2d_MakeMirror::Value | ( | ) | const |
Returns the constructed transformation.