Open CASCADE Technology
6.5.4
|
Describes a parabola as a bisecting curve between two
2D geometric objects (such as lines, circles or points).
#include <GccInt_BParab.hxx>
Public Member Functions | |
GccInt_BParab (const gp_Parab2d &Parab) | |
Constructs a bisecting curve whose geometry is the 2D parabola Parab. | |
virtual gp_Parab2d | Parabola () const |
Returns a 2D parabola which is the geometry of this bisecting curve. | |
GccInt_IType | ArcType () const |
Returns GccInt_Par, which is the type of any GccInt_BParab bisecting curve. |
GccInt_BParab::GccInt_BParab | ( | const gp_Parab2d & | Parab | ) |
GccInt_IType GccInt_BParab::ArcType | ( | ) | const [virtual] |
Implements GccInt_Bisec.
virtual gp_Parab2d GccInt_BParab::Parabola | ( | ) | const [virtual] |
Reimplemented from GccInt_Bisec.