|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GC_MakeMirror (const gp_Pnt &Point) |
| Standard_EXPORT | GC_MakeMirror (const gp_Ax1 &Axis) |
| Standard_EXPORT | GC_MakeMirror (const gp_Lin &Line) |
| Standard_EXPORT | GC_MakeMirror (const gp_Pnt &Point, const gp_Dir &Direc) |
| | Make a symetry transformation af axis defined by
<point> and <direc>.
.
|
| Standard_EXPORT | GC_MakeMirror (const gp_Pln &Plane) |
| | Make a symetry transformation of plane <plane>.
.
|
| Standard_EXPORT | GC_MakeMirror (const gp_Ax2 &Plane) |
| | Make a symetry transformation of plane <plane>.
.
|
| Standard_EXPORT const Handle_Geom_Transformation & | Value () const |
| | Returns the constructed transformation.
.
|
| Standard_EXPORT const Handle_Geom_Transformation & | Operator () const |
| Standard_EXPORT | operator Handle_Geom_Transformation () const |
Private Attributes |
| Handle_Geom_Transformation | TheMirror |