|
Open CASCADE Technology
6.7.1
|
Implements construction algorithms for an arc
of hyperbola in 3D space. The result is a Geom_TrimmedCurve curve.
A MakeArcOfHyperbola object provides a framework for:
More...
#include <GC_MakeArcOfHyperbola.hxx>

Public Member Functions | |
| 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). More... | |
| 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. More... | |
| 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 <br>
a Hyperbola between two points P1 and P2. <br>
The orientation of the arc of hyperbola is: | |
| const Handle_Geom_TrimmedCurve & | Value () const |
| Returns the constructed arc of hyperbola. More... | |
| const Handle_Geom_TrimmedCurve & | Operator () const |
| operator Handle_Geom_TrimmedCurve () const | |
Public Member Functions inherited from GC_Root | |
| Standard_Boolean | IsDone () const |
| Returns true if the construction is successful. More... | |
| gce_ErrorType | Status () const |
| Returns the status of the construction: More... | |
Additional Inherited Members | |
Protected Attributes inherited from GC_Root | |
| gce_ErrorType | TheError |
Implements construction algorithms for an arc
of hyperbola in 3D space. The result is a Geom_TrimmedCurve curve.
A MakeArcOfHyperbola object provides a framework for:
| GC_MakeArcOfHyperbola::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).
| GC_MakeArcOfHyperbola::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.
and the parameter
Alpha (given in radians).
| GC_MakeArcOfHyperbola::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 <br>
a Hyperbola between two points P1 and P2. <br>
The orientation of the arc of hyperbola is:
| const Handle_Geom_TrimmedCurve& GC_MakeArcOfHyperbola::Operator | ( | ) | const |
| GC_MakeArcOfHyperbola::operator Handle_Geom_TrimmedCurve | ( | ) | const |
| const Handle_Geom_TrimmedCurve& GC_MakeArcOfHyperbola::Value | ( | ) | const |
Returns the constructed arc of hyperbola.
1.8.5