|
Open CASCADE Technology
6.5.4
|
Implements construction algorithms for an arc of
parabola in the plane. The result is a Geom2d_TrimmedCurve curve.
A MakeArcOfParabola object provides a framework for:
More...
#include <GCE2d_MakeArcOfParabola.hxx>

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | GCE2d_MakeArcOfParabola (const gp_Parab2d &Parab, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Boolean Sense=Standard_True) |
| Make an arc of Parabola (TrimmedCurve from Geom2d) from a Parabola between two parameters Alpha1 and Alpha2. | |
| GCE2d_MakeArcOfParabola (const gp_Parab2d &Parab, const gp_Pnt2d &P, const Standard_Real Alpha, const Standard_Boolean Sense=Standard_True) | |
| Make an arc of Parabola (TrimmedCurve from Geom2d) from a Parabola between point. | |
| GCE2d_MakeArcOfParabola (const gp_Parab2d &Parab, const gp_Pnt2d &P1, const gp_Pnt2d &P2, const Standard_Boolean Sense=Standard_True) | |
| Make an arc of Parabola (TrimmedCurve from Geom2d) from a Parabola between two points P1 and P2. Please, note: the orientation of the arc of parabola is: | |
| const Handle_Geom2d_TrimmedCurve & | Value () const |
| Returns the constructed arc of parabola. | |
| const Handle_Geom2d_TrimmedCurve & | Operator () const |
| operator Handle_Geom2d_TrimmedCurve () const | |
| DEFINE_STANDARD_ALLOC GCE2d_MakeArcOfParabola::GCE2d_MakeArcOfParabola | ( | const gp_Parab2d & | Parab, |
| const Standard_Real | Alpha1, | ||
| const Standard_Real | Alpha2, | ||
| const Standard_Boolean | Sense = Standard_True |
||
| ) |
| GCE2d_MakeArcOfParabola::GCE2d_MakeArcOfParabola | ( | const gp_Parab2d & | Parab, |
| const gp_Pnt2d & | P, | ||
| const Standard_Real | Alpha, | ||
| const Standard_Boolean | Sense = Standard_True |
||
| ) |
and the parameter
Alpha.
| GCE2d_MakeArcOfParabola::GCE2d_MakeArcOfParabola | ( | const gp_Parab2d & | Parab, |
| const gp_Pnt2d & | P1, | ||
| const gp_Pnt2d & | P2, | ||
| const Standard_Boolean | Sense = Standard_True |
||
| ) |
IsDone always returns true.
| const Handle_Geom2d_TrimmedCurve& GCE2d_MakeArcOfParabola::Operator | ( | ) | const |
| GCE2d_MakeArcOfParabola::operator Handle_Geom2d_TrimmedCurve | ( | ) | const |
| const Handle_Geom2d_TrimmedCurve& GCE2d_MakeArcOfParabola::Value | ( | ) | const |
1.8.0