Open CASCADE Technology 6.6.0
|
Describes a circle as a bisecting curve between two 2D
geometric objects (such as circles or points).
#include <GccInt_BCirc.hxx>
Public Member Functions | |
GccInt_BCirc (const gp_Circ2d &Circ) | |
Constructs a bisecting curve whose geometry is the 2D circle Circ. | |
virtual gp_Circ2d | Circle () const |
Returns a 2D circle which is the geometry of this bisecting curve. | |
GccInt_IType | ArcType () const |
Returns GccInt_Cir, which is the type of any GccInt_BCirc bisecting curve. |
GccInt_BCirc::GccInt_BCirc | ( | const gp_Circ2d & | Circ | ) |
GccInt_IType GccInt_BCirc::ArcType | ( | ) | const [virtual] |
Implements GccInt_Bisec.
virtual gp_Circ2d GccInt_BCirc::Circle | ( | ) | const [virtual] |
Reimplemented from GccInt_Bisec.