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