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