Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GC_MakeMirror Class Reference

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

 GC_MakeMirror (const gp_Pnt &thePoint)
 Constructs a central symmetry about a point.
 
 GC_MakeMirror (const gp_Ax1 &theAxis)
 Constructs an axial symmetry about an axis.
 
 GC_MakeMirror (const gp_Lin &theLine)
 Constructs an axial symmetry about a line.
 
 GC_MakeMirror (const gp_Pnt &thePoint, const gp_Dir &theDirec)
 Constructs an axial symmetry about an axis defined by point and direction.
 
 GC_MakeMirror (const gp_Pln &thePlane)
 Constructs a planar symmetry about a plane.
 
 GC_MakeMirror (const gp_Ax2 &thePlane)
 Constructs a planar symmetry about a plane.
 
const occ::handle< Geom_Transformation > & Value () const
 Returns the constructed transformation.
 
 operator const occ::handle< Geom_Transformation > & () const
 Conversion operator returning the constructed object.
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ GC_MakeMirror() [1/6]

GC_MakeMirror::GC_MakeMirror ( const gp_Pnt & thePoint)

Constructs a central symmetry about a point.

Parameters
[in]thePointcenter point

◆ GC_MakeMirror() [2/6]

GC_MakeMirror::GC_MakeMirror ( const gp_Ax1 & theAxis)

Constructs an axial symmetry about an axis.

Parameters
[in]theAxismirror axis

◆ GC_MakeMirror() [3/6]

GC_MakeMirror::GC_MakeMirror ( const gp_Lin & theLine)

Constructs an axial symmetry about a line.

Parameters
[in]theLinemirror line

◆ 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]thePointpoint on the axis
[in]theDirecaxis direction

◆ GC_MakeMirror() [5/6]

GC_MakeMirror::GC_MakeMirror ( const gp_Pln & thePlane)

Constructs a planar symmetry about a plane.

Parameters
[in]thePlanemirror plane

◆ GC_MakeMirror() [6/6]

GC_MakeMirror::GC_MakeMirror ( const gp_Ax2 & thePlane)

Constructs a planar symmetry about a plane.

Parameters
[in]thePlanemirror plane

Member Function Documentation

◆ operator const occ::handle< Geom_Transformation > &()

GC_MakeMirror::operator const occ::handle< Geom_Transformation > & ( ) const
inline

Conversion operator returning the constructed object.

Returns
resulting object

◆ Value()

const occ::handle< Geom_Transformation > & GC_MakeMirror::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

The documentation for this class was generated from the following file: