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