This class implements elementary construction algorithms for symmetric transformations in 2D space about a point, axis, or line. The result is a Geom2d_Transformation. A GC_MakeMirror2d object provides a framework for:
More...
#include <GC_MakeMirror2d.hxx>
This class implements elementary construction algorithms for symmetric transformations in 2D space about a point, axis, or line. The result is a Geom2d_Transformation. A GC_MakeMirror2d object provides a framework for:
- defining the transformation parameters;
- running the construction algorithm;
- querying the resulting transformation via
Value().
◆ GC_MakeMirror2d() [1/4]
| GC_MakeMirror2d::GC_MakeMirror2d |
( |
const gp_Pnt2d & | thePoint | ) |
|
Constructs a central symmetry about a point.
- Parameters
-
◆ GC_MakeMirror2d() [2/4]
| GC_MakeMirror2d::GC_MakeMirror2d |
( |
const gp_Ax2d & | theAxis | ) |
|
Constructs an axial symmetry about an axis.
- Parameters
-
◆ GC_MakeMirror2d() [3/4]
| GC_MakeMirror2d::GC_MakeMirror2d |
( |
const gp_Lin2d & | theLine | ) |
|
Constructs an axial symmetry about a line.
- Parameters
-
◆ GC_MakeMirror2d() [4/4]
| GC_MakeMirror2d::GC_MakeMirror2d |
( |
const gp_Pnt2d & | thePoint, |
|
|
const gp_Dir2d & | theDirec ) |
Constructs an axial symmetry about a line defined by point and direction.
- Parameters
-
| [in] | thePoint | point on symmetry axis |
| [in] | theDirec | symmetry direction |
◆ operator const occ::handle< Geom2d_Transformation > &()
Conversion operator returning the constructed object.
- Returns
- resulting transformation
◆ Value()
Returns the constructed transformation.
- Returns
- resulting transformation
The documentation for this class was generated from the following file: