Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
gce_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 gp_Trsf transformation. A MakeMirror object provides a framework for: More...

#include <gce_MakeMirror.hxx>

Public Member Functions

 gce_MakeMirror (const gp_Pnt &Point)
 Constructs a central symmetry about a point.
 
 gce_MakeMirror (const gp_Ax1 &Axis)
 Constructs an axial symmetry about an axis.
 
 gce_MakeMirror (const gp_Lin &Line)
 Constructs an axial symmetry about a line.
 
 gce_MakeMirror (const gp_Pnt &Point, const gp_Dir &Direc)
 Constructs an axial symmetry about an axis defined by point and direction.
 
 gce_MakeMirror (const gp_Pln &Plane)
 Constructs a planar symmetry about a plane.
 
 gce_MakeMirror (const gp_Ax2 &Plane)
 Constructs a planar symmetry about a plane.
 
const gp_TrsfValue () const
 Returns the constructed transformation.
 
gp_Trsf Operator () const
 Alias for Value() returning a copy.
 
 operator gp_Trsf () const
 Conversion operator returning the constructed transformation.
 

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 gp_Trsf transformation. A MakeMirror object provides a framework for:

Constructor & Destructor Documentation

◆ gce_MakeMirror() [1/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Pnt & Point)

Constructs a central symmetry about a point.

Parameters
[in]Pointcenter point

◆ gce_MakeMirror() [2/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Ax1 & Axis)

Constructs an axial symmetry about an axis.

Parameters
[in]Axismirror axis

◆ gce_MakeMirror() [3/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Lin & Line)

Constructs an axial symmetry about a line.

Parameters
[in]Linemirror line

◆ gce_MakeMirror() [4/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Pnt & Point,
const gp_Dir & Direc )

Constructs an axial symmetry about an axis defined by point and direction.

Parameters
[in]Pointpoint on the axis
[in]Direcaxis direction

◆ gce_MakeMirror() [5/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Pln & Plane)

Constructs a planar symmetry about a plane.

Parameters
[in]Planemirror plane

◆ gce_MakeMirror() [6/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Ax2 & Plane)

Constructs a planar symmetry about a plane.

Parameters
[in]Planemirror plane

Member Function Documentation

◆ Operator()

gp_Trsf gce_MakeMirror::Operator ( ) const
inline

Alias for Value() returning a copy.

Returns
resulting transformation

◆ operator gp_Trsf()

gce_MakeMirror::operator gp_Trsf ( ) const
inline

Conversion operator returning the constructed transformation.

Returns
resulting transformation

◆ Value()

const gp_Trsf & gce_MakeMirror::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

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