Open CASCADE Technology
6.5.4
|
#include <PGeom_Line.hxx>
Public Member Functions | |
PGeom_Line () | |
Creates a line with default values. | |
PGeom_Line (const gp_Ax1 &aPosition) | |
Creates a line located in 3D space with <aPosition>. The Location of <aPosition> is the origin of the line. | |
void | Position (const gp_Ax1 &aPosition) |
Set the value of the field position with <aPosition>. | |
gp_Ax1 | Position () const |
Returns the value of the field position. | |
PGeom_Line (const Storage_stCONSTclCOM &a) | |
const gp_Ax1 & | _CSFDB_GetPGeom_Lineposition () const |
PGeom_Line::PGeom_Line | ( | const gp_Ax1 & | aPosition | ) |
PGeom_Line::PGeom_Line | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
const gp_Ax1& PGeom_Line::_CSFDB_GetPGeom_Lineposition | ( | ) | const [inline] |
void PGeom_Line::Position | ( | const gp_Ax1 & | aPosition | ) |
gp_Ax1 PGeom_Line::Position | ( | ) | const |