|
Public Member Functions |
| Standard_EXPORT | IGESGeom_Line () |
| Standard_EXPORT void | Init (const gp_XYZ &aStart, const gp_XYZ &anEnd) |
| | This method is used to set the fields of the class Line
- aStart : Start point of the line
- anEnd : End point of the line
.
|
| Standard_EXPORT Standard_Integer | Infinite () const |
| | Returns the Infinite status i.e. the Form Number : 0 1 2
.
|
| Standard_EXPORT void | SetInfinite (const Standard_Integer status) |
| | Sets the Infinite status
Does nothing if <status> is not 0 1 or 2
.
|
| Standard_EXPORT gp_Pnt | StartPoint () const |
| | returns the start point of the line
|
| Standard_EXPORT gp_Pnt | TransformedStartPoint () const |
| | returns the start point of the line after applying Transf. Matrix
|
| Standard_EXPORT gp_Pnt | EndPoint () const |
| | returns the end point of the line
|
| Standard_EXPORT gp_Pnt | TransformedEndPoint () const |
| | returns the end point of the line after applying Transf. Matrix
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| gp_XYZ | theStart |
| gp_XYZ | theEnd |