Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
GC_MakeArcOfParabola Class Reference

Implements construction algorithms for an arc
of parabola in 3D space. The result is a Geom_TrimmedCurve curve.
A MakeArcOfParabola object provides a framework for:
More...

#include <GC_MakeArcOfParabola.hxx>

Inheritance diagram for GC_MakeArcOfParabola:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC GC_MakeArcOfParabola (const gp_Parab &Parab, const Standard_Real Alpha1, const Standard_Real Alpha2, const Standard_Boolean Sense)
 Creates an arc of Parabola (TrimmedCurve from Geom) from
a Parabola between two parameters Alpha1 and Alpha2
(given in radians).

 GC_MakeArcOfParabola (const gp_Parab &Parab, const gp_Pnt &P, const Standard_Real Alpha, const Standard_Boolean Sense)
 Creates an arc of Parabola (TrimmedCurve from Geom) from
a Parabola between point.
 GC_MakeArcOfParabola (const gp_Parab &Parab, const gp_Pnt &P1, const gp_Pnt &P2, const Standard_Boolean Sense)
 Creates an arc of Parabola (TrimmedCurve from Geom) from
a Parabola between two points P1 and P2.

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

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

Detailed Description


Constructor & Destructor Documentation

and the parameter
Alpha (given in radians).


Member Function Documentation

const Handle_Geom_TrimmedCurve& GC_MakeArcOfParabola::Operator ( ) const
GC_MakeArcOfParabola::operator Handle_Geom_TrimmedCurve ( ) const
const Handle_Geom_TrimmedCurve& GC_MakeArcOfParabola::Value ( ) const

The documentation for this class was generated from the following file: