Open CASCADE Technology  7.7.0
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

 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). More...
 
 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. More...
 
 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. More...
 
const Handle< Geom_TrimmedCurve > & Value () const
 Returns the constructed arc of parabola. More...
 
 operator const 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
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ GC_MakeArcOfParabola() [1/3]

GC_MakeArcOfParabola::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() [2/3]

GC_MakeArcOfParabola::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.

and the parameter Alpha (given in radians).

◆ GC_MakeArcOfParabola() [3/3]

GC_MakeArcOfParabola::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.

Member Function Documentation

◆ operator const Handle< Geom_TrimmedCurve > &()

GC_MakeArcOfParabola::operator const Handle< Geom_TrimmedCurve > & ( ) const
inline

◆ Value()

const Handle< Geom_TrimmedCurve >& GC_MakeArcOfParabola::Value ( ) const

Returns the constructed arc of parabola.


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