|
Open CASCADE Technology 7.8.0
|
Projects elementary curves on a cylinder. More...
#include <ProjLib_Cylinder.hxx>

Additional Inherited Members | |
Protected Attributes inherited from ProjLib_Projector | |
| GeomAbs_CurveType | myType |
| gp_Lin2d | myLin |
| gp_Circ2d | myCirc |
| gp_Elips2d | myElips |
| gp_Hypr2d | myHypr |
| gp_Parab2d | myParab |
| Handle< Geom2d_BSplineCurve > | myBSpline |
| Handle< Geom2d_BezierCurve > | myBezier |
| Standard_Boolean | myIsPeriodic |
| Standard_Boolean | isDone |
Projects elementary curves on a cylinder.
| ProjLib_Cylinder::ProjLib_Cylinder | ( | ) |
Undefined projection.
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl | ) |
Projection on the cylinder <Cyl>.
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Lin & | L | ||
| ) |
Projection of the line <L> on the cylinder <Cyl>.
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Circ & | C | ||
| ) |
Projection of the circle on the cylinder <Cyl>.
| ProjLib_Cylinder::ProjLib_Cylinder | ( | const gp_Cylinder & | Cyl, |
| const gp_Elips & | E | ||
| ) |
Projection of the ellipse <E> on the cylinder <Cyl>.
| void ProjLib_Cylinder::Init | ( | const gp_Cylinder & | Cyl | ) |
Reimplemented from ProjLib_Projector.
Reimplemented from ProjLib_Projector.
Reimplemented from ProjLib_Projector.
Reimplemented from ProjLib_Projector.
Reimplemented from ProjLib_Projector.