Open CASCADE Technology
6.5.4
|
#include <PGeom2d_Line.hxx>
Public Member Functions | |
PGeom2d_Line () | |
Creates a line with default values. | |
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. | |
void | Position (const gp_Ax2d &aPosition) |
Set the value of the field position with <aPosition>. | |
gp_Ax2d | Position () const |
Returns the value of the field position. | |
PGeom2d_Line (const Storage_stCONSTclCOM &a) | |
const gp_Ax2d & | _CSFDB_GetPGeom2d_Lineposition () const |
PGeom2d_Line::PGeom2d_Line | ( | const gp_Ax2d & | aPosition | ) |
PGeom2d_Line::PGeom2d_Line | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
const gp_Ax2d& PGeom2d_Line::_CSFDB_GetPGeom2d_Lineposition | ( | ) | const [inline] |
void PGeom2d_Line::Position | ( | const gp_Ax2d & | aPosition | ) |
gp_Ax2d PGeom2d_Line::Position | ( | ) | const |