#include <GC_MakeArcOfHyperbola.hxx>
Inheritance diagram for GC_MakeArcOfHyperbola:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GC_MakeArcOfHyperbola (const gp_Hypr &Hypr, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Boolean Sense) |
| Creates an arc of Hyperbola (TrimmedCurve from Geom) from a Hyperbola between two parameters Alpha1 and Alpha2 (given in radians). . | |
| Standard_EXPORT | GC_MakeArcOfHyperbola (const gp_Hypr &Hypr, const gp_Pnt &P, const Standard_Real Alpha, const Standard_Boolean Sense) |
| Creates an arc of Hyperbola (TrimmedCurve from Geom) from a Hyperbola between point | |
| Standard_EXPORT | GC_MakeArcOfHyperbola (const gp_Hypr &Hypr, const gp_Pnt &P1, const gp_Pnt &P2, const Standard_Boolean Sense) |
| Creates an arc of Hyperbola (TrimmedCurve from Geom) from a Hyperbola between two points P1 and P2. The orientation of the arc of hyperbola is: - the sense of Hypr if Sense is true, or - the opposite sense if Sense is false. . | |
| Standard_EXPORT const Handle_Geom_TrimmedCurve & | Value () const |
| Returns the constructed arc of hyperbola. . | |
| Standard_EXPORT const Handle_Geom_TrimmedCurve & | Operator () const |
| Standard_EXPORT | operator Handle_Geom_TrimmedCurve () const |
Private Attributes | |
| Handle_Geom_TrimmedCurve | TheArc |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from GC_Root. |
|
|
|
|
|
Reimplemented from GC_Root. |
|
||||||||||||
|
Reimplemented from GC_Root. |
|
|
|
|
|
|
1.4.1