Open CASCADE Technology 6.5.2
Public Member Functions
GC_MakeArcOfHyperbola Class Reference

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>

Inheritance diagram for GC_MakeArcOfHyperbola:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 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 (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.
 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:

const Handle_Geom_TrimmedCurve & Value () const
 Returns the constructed arc of hyperbola.

const Handle_Geom_TrimmedCurve & Operator () const
 operator Handle_Geom_TrimmedCurve () const

Detailed Description


Constructor & Destructor Documentation

GC_MakeArcOfHyperbola::GC_MakeArcOfHyperbola ( const gp_Hypr Hypr,
const Standard_Real  Alpha1,
const Standard_Real  Alpha2,
const Standard_Boolean  Sense 
)
GC_MakeArcOfHyperbola::GC_MakeArcOfHyperbola ( const gp_Hypr Hypr,
const gp_Pnt P,
const Standard_Real  Alpha,
const Standard_Boolean  Sense 
)

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 
)
  • the sense of Hypr if Sense is true, or
  • the opposite sense if Sense is false.

Member Function Documentation

const Handle_Geom_TrimmedCurve& GC_MakeArcOfHyperbola::Operator ( ) const
void GC_MakeArcOfHyperbola::operator delete ( void *  anAddress) [inline]

Reimplemented from GC_Root.

GC_MakeArcOfHyperbola::operator Handle_Geom_TrimmedCurve ( ) const
void* GC_MakeArcOfHyperbola::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from GC_Root.

void* GC_MakeArcOfHyperbola::operator new ( size_t  size) [inline]

Reimplemented from GC_Root.

const Handle_Geom_TrimmedCurve& GC_MakeArcOfHyperbola::Value ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines