Open CASCADE Technology  7.7.0
Public Member Functions

gce_MakeMirror Class Reference

This class mplements 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)
 
 gce_MakeMirror (const gp_Ax1 &Axis)
 
 gce_MakeMirror (const gp_Lin &Line)
 
 gce_MakeMirror (const gp_Pnt &Point, const gp_Dir &Direc)
 Makes a symmetry transformation af axis defined by <Point> and <Direc>. More...
 
 gce_MakeMirror (const gp_Pln &Plane)
 Makes a symmetry transformation of plane <Plane>. More...
 
 gce_MakeMirror (const gp_Ax2 &Plane)
 Makes a symmetry transformation of plane <Plane>. More...
 
const gp_TrsfValue () const
 Returns the constructed transformation. More...
 
const gp_TrsfOperator () const
 
 operator gp_Trsf () const
 

Detailed Description

This class mplements 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)

◆ gce_MakeMirror() [2/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Ax1 Axis)

◆ gce_MakeMirror() [3/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Lin Line)

◆ gce_MakeMirror() [4/6]

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

Makes a symmetry transformation af axis defined by <Point> and <Direc>.

◆ gce_MakeMirror() [5/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Pln Plane)

Makes a symmetry transformation of plane <Plane>.

◆ gce_MakeMirror() [6/6]

gce_MakeMirror::gce_MakeMirror ( const gp_Ax2 Plane)

Makes a symmetry transformation of plane <Plane>.

Member Function Documentation

◆ Operator()

const gp_Trsf& gce_MakeMirror::Operator ( ) const

◆ operator gp_Trsf()

gce_MakeMirror::operator gp_Trsf ( ) const

◆ Value()

const gp_Trsf& gce_MakeMirror::Value ( ) const

Returns the constructed transformation.


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