Open CASCADE Technology 6.6.0
|
Describes a point as a bisecting object between two 2D geometric objects.
#include <GccInt_BPoint.hxx>
Public Member Functions | |
GccInt_BPoint (const gp_Pnt2d &Point) | |
Constructs a bisecting object whose geometry is the 2D point Point. | |
virtual gp_Pnt2d | Point () const |
Returns a 2D point which is the geometry of this bisecting object. | |
GccInt_IType | ArcType () const |
Returns GccInt_Pnt, which is the type of any GccInt_BPoint bisecting object. |
GccInt_BPoint::GccInt_BPoint | ( | const gp_Pnt2d & | Point | ) |
GccInt_IType GccInt_BPoint::ArcType | ( | ) | const [virtual] |
Implements GccInt_Bisec.
virtual gp_Pnt2d GccInt_BPoint::Point | ( | ) | const [virtual] |
Reimplemented from GccInt_Bisec.