#include <GCE2d_MakeArcOfParabola.hxx>
Inheritance diagram for GCE2d_MakeArcOfParabola:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | 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. . | |
Standard_EXPORT | 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 | |
Standard_EXPORT | 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: - the trigonometric sense if Sense is not defined or is true (default value), or - the opposite sense if Sense is false. - IsDone always returns true. . | |
Standard_EXPORT const Handle_Geom2d_TrimmedCurve & | Value () const |
Returns the constructed arc of parabola. . | |
Standard_EXPORT const Handle_Geom2d_TrimmedCurve & | Operator () const |
Standard_EXPORT | operator Handle_Geom2d_TrimmedCurve () const |
Private Attributes | |
Handle_Geom2d_TrimmedCurve | TheArc |
|
|
|
|
|
|
|
|
|
Reimplemented from GCE2d_Root. |
|
|
|
Reimplemented from GCE2d_Root. |
|
Reimplemented from GCE2d_Root. |
|
|
|
|