Open CASCADE Technology  7.9.3
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 &Point)
 
 GC_MakeMirror (const gp_Ax1 &Axis)
 
 GC_MakeMirror (const gp_Lin &Line)
 
 GC_MakeMirror (const gp_Pnt &Point, const gp_Dir &Direc)
 Make a symmetry transformation af axis defined by <Point> and <Direc>. More...
 
 GC_MakeMirror (const gp_Pln &Plane)
 Make a symmetry transformation of plane <Plane>. More...
 
 GC_MakeMirror (const gp_Ax2 &Plane)
 Make a symmetry transformation of plane <Plane>. More...
 
const Handle< Geom_Transformation > & Value () const
 Returns the constructed transformation. More...
 
 operator const Handle< Geom_Transformation > & () const
 

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::GC_MakeMirror ( const gp_Pnt &  Point)
GC_MakeMirror::GC_MakeMirror ( const gp_Ax1 &  Axis)
GC_MakeMirror::GC_MakeMirror ( const gp_Lin &  Line)
GC_MakeMirror::GC_MakeMirror ( const gp_Pnt &  Point,
const gp_Dir &  Direc 
)

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

GC_MakeMirror::GC_MakeMirror ( const gp_Pln &  Plane)

Make a symmetry transformation of plane <Plane>.

GC_MakeMirror::GC_MakeMirror ( const gp_Ax2 &  Plane)

Make a symmetry transformation of plane <Plane>.

Member Function Documentation

GC_MakeMirror::operator const Handle< Geom_Transformation > & ( ) const
inline
const Handle< Geom_Transformation >& GC_MakeMirror::Value ( ) const

Returns the constructed transformation.


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