Open CASCADE Technology
6.5.4
|
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 | |
DEFINE_STANDARD_ALLOC | 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>. | |
const Handle_Geom2d_Transformation & | Value () const |
Returns the constructed transformation. | |
const Handle_Geom2d_Transformation & | Operator () const |
operator Handle_Geom2d_Transformation () const |
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Ax2d & | Axis | ) |
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Lin2d & | Line | ) |
GCE2d_MakeMirror::GCE2d_MakeMirror | ( | const gp_Pnt2d & | Point, |
const gp_Dir2d & | Direc | ||
) |
const Handle_Geom2d_Transformation& GCE2d_MakeMirror::Operator | ( | ) | const |
GCE2d_MakeMirror::operator Handle_Geom2d_Transformation | ( | ) | const |
const Handle_Geom2d_Transformation& GCE2d_MakeMirror::Value | ( | ) | const |