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>
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:
- defining the construction of the transformation,
- implementing the construction algorithm, and
- consulting the result.
◆ GC_MakeMirror() [1/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Pnt & |
Point | ) |
|
◆ GC_MakeMirror() [2/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Ax1 & |
Axis | ) |
|
◆ GC_MakeMirror() [3/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Lin & |
Line | ) |
|
◆ GC_MakeMirror() [4/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Pnt & |
Point, |
|
|
const gp_Dir & |
Direc |
|
) |
| |
Make a symetry transformation af axis defined by <Point> and <Direc>.
◆ GC_MakeMirror() [5/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Pln & |
Plane | ) |
|
Make a symetry transformation of plane <Plane>.
◆ GC_MakeMirror() [6/6]
GC_MakeMirror::GC_MakeMirror |
( |
const gp_Ax2 & |
Plane | ) |
|
Make a symetry transformation of plane <Plane>.
◆ operator const Handle< Geom_Transformation > &()
◆ Value()
Returns the constructed transformation.
The documentation for this class was generated from the following file: