Open CASCADE Technology
6.5.4
|
This class implements elementary construction algorithms for a
symmetrical transformation in 3D space about a point,
axis or plane. The result is a Geom_Transformation transformation.
A MakeMirror object provides a framework for:
More...
#include <GC_MakeMirror.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | GC_MakeMirror (const gp_Pnt &Point) |
GC_MakeMirror (const gp_Ax1 &Axis) | |
GC_MakeMirror (const gp_Lin &Line) | |
GC_MakeMirror (const gp_Pnt &Point, const gp_Dir &Direc) | |
Make a symetry transformation af axis defined by <Point> and <Direc>. | |
GC_MakeMirror (const gp_Pln &Plane) | |
Make a symetry transformation of plane <Plane>. | |
GC_MakeMirror (const gp_Ax2 &Plane) | |
Make a symetry transformation of plane <Plane>. | |
const Handle_Geom_Transformation & | Value () const |
Returns the constructed transformation. | |
const Handle_Geom_Transformation & | Operator () const |
operator Handle_Geom_Transformation () const |
GC_MakeMirror::GC_MakeMirror | ( | const gp_Ax1 & | Axis | ) |
GC_MakeMirror::GC_MakeMirror | ( | const gp_Lin & | Line | ) |
GC_MakeMirror::GC_MakeMirror | ( | const gp_Pnt & | Point, |
const gp_Dir & | Direc | ||
) |
GC_MakeMirror::GC_MakeMirror | ( | const gp_Pln & | Plane | ) |
GC_MakeMirror::GC_MakeMirror | ( | const gp_Ax2 & | Plane | ) |
const Handle_Geom_Transformation& GC_MakeMirror::Operator | ( | ) | const |
GC_MakeMirror::operator Handle_Geom_Transformation | ( | ) | const |
const Handle_Geom_Transformation& GC_MakeMirror::Value | ( | ) | const |