defines IGESLine, Type <110> Form <0>
in package IGESGeom
A line is a bounded, connected portion of a parent straight
line which consists of more than one point. A line is
defined by its end points.
From IGES-5.3, two other Forms are admitted (same params) :
0 remains for standard limited line (the default)
1 for semi-infinite line (End is just a passing point)
2 for full infinite Line (both Start and End are abitrary)
#include <IGESGeom_Line.hxx>
Constructor & Destructor Documentation
IGESGeom_Line::IGESGeom_Line |
( |
| ) |
|
Member Function Documentation
gp_Pnt IGESGeom_Line::EndPoint |
( |
| ) |
const |
void IGESGeom_Line::Init |
( |
const gp_XYZ & |
aStart, |
|
|
const gp_XYZ & |
anEnd |
|
) |
| |
- aStart : Start point of the line
- anEnd : End point of the line
gp_Pnt IGESGeom_Line::StartPoint |
( |
| ) |
const |
gp_Pnt IGESGeom_Line::TransformedEndPoint |
( |
| ) |
const |
gp_Pnt IGESGeom_Line::TransformedStartPoint |
( |
| ) |
const |
The documentation for this class was generated from the following file: