Open CASCADE Technology
6.5.4
|
Projects elementary curves on a plane.
#include <ProjLib_Plane.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | ProjLib_Plane () |
Undefined projection. | |
ProjLib_Plane (const gp_Pln &Pl) | |
Projection on the plane <Pl>. | |
ProjLib_Plane (const gp_Pln &Pl, const gp_Lin &L) | |
Projection of the line <L> on the plane <Pl>. | |
ProjLib_Plane (const gp_Pln &Pl, const gp_Circ &C) | |
Projection of the circle on the plane <Pl>. | |
ProjLib_Plane (const gp_Pln &Pl, const gp_Elips &E) | |
Projection of the ellipse <E> on the plane <Pl>. | |
ProjLib_Plane (const gp_Pln &Pl, const gp_Parab &P) | |
Projection of the parabola. | |
ProjLib_Plane (const gp_Pln &Pl, const gp_Hypr &H) | |
Projection of the hyperbola <H> on the plane <Pl>. | |
void | Init (const gp_Pln &Pl) |
virtual void | Project (const gp_Lin &L) |
virtual void | Project (const gp_Circ &C) |
virtual void | Project (const gp_Elips &E) |
virtual void | Project (const gp_Parab &P) |
virtual void | Project (const gp_Hypr &H) |
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl | ) |
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl, |
const gp_Lin & | L | ||
) |
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl, |
const gp_Circ & | C | ||
) |
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl, |
const gp_Elips & | E | ||
) |
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl, |
const gp_Parab & | P | ||
) |
on the plane <Pl>.
ProjLib_Plane::ProjLib_Plane | ( | const gp_Pln & | Pl, |
const gp_Hypr & | H | ||
) |
void ProjLib_Plane::Init | ( | const gp_Pln & | Pl | ) |
virtual void ProjLib_Plane::Project | ( | const gp_Lin & | L | ) | [virtual] |
Reimplemented from ProjLib_Projector.
virtual void ProjLib_Plane::Project | ( | const gp_Circ & | C | ) | [virtual] |
Reimplemented from ProjLib_Projector.
virtual void ProjLib_Plane::Project | ( | const gp_Elips & | E | ) | [virtual] |
Reimplemented from ProjLib_Projector.
virtual void ProjLib_Plane::Project | ( | const gp_Parab & | P | ) | [virtual] |
Reimplemented from ProjLib_Projector.
virtual void ProjLib_Plane::Project | ( | const gp_Hypr & | H | ) | [virtual] |
Reimplemented from ProjLib_Projector.