Open CASCADE Technology
6.9.1
|
#include <PGeom2d_Line.hxx>
Public Member Functions | |
PGeom2d_Line () | |
Creates a line with default values. More... | |
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. More... | |
void | Position (const gp_Ax2d &aPosition) |
Set the value of the field position with <aPosition>. More... | |
gp_Ax2d | Position () const |
Returns the value of the field position. More... | |
PGeom2d_Line (const Storage_stCONSTclCOM &a) | |
const gp_Ax2d & | _CSFDB_GetPGeom2d_Lineposition () const |
Public Member Functions inherited from PGeom2d_Curve | |
PGeom2d_Curve (const Storage_stCONSTclCOM &a) | |
PGeom2d_Curve () | |
Public Member Functions inherited from PGeom2d_Geometry | |
PGeom2d_Geometry (const Storage_stCONSTclCOM &a) | |
PGeom2d_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
PGeom2d_Line::PGeom2d_Line | ( | ) |
Creates a line with default values.
PGeom2d_Line::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.
|
inline |
|
inline |
void PGeom2d_Line::Position | ( | const gp_Ax2d & | aPosition | ) |
Set the value of the field position with <aPosition>.
gp_Ax2d PGeom2d_Line::Position | ( | ) | const |
Returns the value of the field position.