|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | ProjLib_Plane () |
| | Undefined projection.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl) |
| | Projection on the plane <pl>.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl, const gp_Lin &L) |
| | Projection of the line <l> on the plane <pl>.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl, const gp_Circ &C) |
| | Projection of the circle <c> on the plane <pl>.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl, const gp_Elips &E) |
| | Projection of the ellipse <e> on the plane <pl>.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl, const gp_Parab &P) |
| | Projection of the parabola
on the plane <pl>.
.
|
| Standard_EXPORT | ProjLib_Plane (const gp_Pln &Pl, const gp_Hypr &H) |
| | Projection of the hyperbola <h> on the plane <pl>.
.
|
| Standard_EXPORT void | Init (const gp_Pln &Pl) |
| virtual Standard_EXPORT void | Project (const gp_Lin &L) |
| virtual Standard_EXPORT void | Project (const gp_Circ &C) |
| virtual Standard_EXPORT void | Project (const gp_Elips &E) |
| virtual Standard_EXPORT void | Project (const gp_Parab &P) |
| virtual Standard_EXPORT void | Project (const gp_Hypr &H) |
Private Attributes |
| gp_Pln | myPlane |