|
Public Member Functions |
Standard_EXPORT | PGeom2d_Line () |
| Creates a line with default values.
.
|
Standard_EXPORT | PGeom2d_Line (const gp_Ax2d &aPosition) |
| Creates a line located in 3D space with
<aposition>. The Location of <aposition> is the
origin of the line.
.
|
Standard_EXPORT void | Position (const gp_Ax2d &aPosition) |
| Set the value of the field position with <aposition>.
.
|
Standard_EXPORT gp_Ax2d | Position () const |
| Returns the value of the field position.
.
|
| PGeom2d_Line (const Storage_stCONSTclCOM &a) |
const gp_Ax2d & | _CSFDB_GetPGeom2d_Lineposition () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
gp_Ax2d | position |