Open CASCADE Technology 7.8.0
|
Root class for projection algorithms, stores the result. More...
#include <ProjLib_Projector.hxx>
Root class for projection algorithms, stores the result.
ProjLib_Projector::ProjLib_Projector | ( | ) |
Sets the type to OtherCurve.
|
virtual |
Handle< Geom2d_BezierCurve > ProjLib_Projector::Bezier | ( | ) | const |
Handle< Geom2d_BSplineCurve > ProjLib_Projector::BSpline | ( | ) | const |
void ProjLib_Projector::Done | ( | ) |
Set isDone = Standard_True;.
const gp_Elips2d & ProjLib_Projector::Ellipse | ( | ) | const |
GeomAbs_CurveType ProjLib_Projector::GetType | ( | ) | const |
Standard_Boolean ProjLib_Projector::IsDone | ( | ) | const |
Standard_Boolean ProjLib_Projector::IsPeriodic | ( | ) | const |
const gp_Parab2d & ProjLib_Projector::Parabola | ( | ) | const |
Reimplemented in ProjLib_Cone, ProjLib_Cylinder, ProjLib_Plane, ProjLib_Sphere, and ProjLib_Torus.
Reimplemented in ProjLib_Cone, ProjLib_Cylinder, ProjLib_Plane, ProjLib_Sphere, and ProjLib_Torus.
Reimplemented in ProjLib_Cone, ProjLib_Cylinder, ProjLib_Plane, ProjLib_Sphere, and ProjLib_Torus.
Reimplemented in ProjLib_Cone, ProjLib_Cylinder, ProjLib_Plane, ProjLib_Sphere, and ProjLib_Torus.
Reimplemented in ProjLib_Cone, ProjLib_Cylinder, ProjLib_Plane, ProjLib_Sphere, and ProjLib_Torus.
void ProjLib_Projector::SetBezier | ( | const Handle< Geom2d_BezierCurve > & | C | ) |
void ProjLib_Projector::SetBSpline | ( | const Handle< Geom2d_BSplineCurve > & | C | ) |
void ProjLib_Projector::SetPeriodic | ( | ) |
void ProjLib_Projector::SetType | ( | const GeomAbs_CurveType | Type | ) |
void ProjLib_Projector::UFrame | ( | const Standard_Real | CFirst, |
const Standard_Real | CLast, | ||
const Standard_Real | UFirst, | ||
const Standard_Real | Period | ||
) |
Translates the 2d curve to set the part of the curve [CFirst, CLast] in the range [ UFirst, UFirst + Period [.
void ProjLib_Projector::VFrame | ( | const Standard_Real | CFirst, |
const Standard_Real | CLast, | ||
const Standard_Real | VFirst, | ||
const Standard_Real | Period | ||
) |
Translates the 2d curve to set the part of the curve [CFirst, CLast] in the range [ VFirst, VFirst + Period [.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |