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 & | thePoint | ) |
|
Constructs a central symmetry about a point.
- Parameters
-
◆ GC_MakeMirror() [2/6]
| GC_MakeMirror::GC_MakeMirror |
( |
const gp_Ax1 & | theAxis | ) |
|
Constructs an axial symmetry about an axis.
- Parameters
-
◆ GC_MakeMirror() [3/6]
| GC_MakeMirror::GC_MakeMirror |
( |
const gp_Lin & | theLine | ) |
|
Constructs an axial symmetry about a line.
- Parameters
-
◆ GC_MakeMirror() [4/6]
| GC_MakeMirror::GC_MakeMirror |
( |
const gp_Pnt & | thePoint, |
|
|
const gp_Dir & | theDirec ) |
Constructs an axial symmetry about an axis defined by point and direction.
- Parameters
-
| [in] | thePoint | point on the axis |
| [in] | theDirec | axis direction |
◆ GC_MakeMirror() [5/6]
| GC_MakeMirror::GC_MakeMirror |
( |
const gp_Pln & | thePlane | ) |
|
Constructs a planar symmetry about a plane.
- Parameters
-
◆ GC_MakeMirror() [6/6]
| GC_MakeMirror::GC_MakeMirror |
( |
const gp_Ax2 & | thePlane | ) |
|
Constructs a planar symmetry about a plane.
- Parameters
-
◆ operator const occ::handle< Geom_Transformation > &()
Conversion operator returning the constructed object.
- Returns
- resulting object
◆ Value()
Returns the constructed transformation.
- Returns
- resulting transformation
The documentation for this class was generated from the following file: