|
Public Member Functions |
| Standard_EXPORT | PGeom2d_CartesianPoint () |
| | Returns a CartesianPoint with default values..
.
|
| Standard_EXPORT | PGeom2d_CartesianPoint (const gp_Pnt2d &aPnt2d) |
| | Returns a CartesianPoint built with <apnt2d>.
.
|
| Standard_EXPORT void | Pnt (const gp_Pnt2d &aPnt2d) |
| | Set the field Pnt2d.
.
|
| Standard_EXPORT gp_Pnt2d | Pnt () const |
| | Returns the value of the field Pnt2d.
.
|
| | PGeom2d_CartesianPoint (const Storage_stCONSTclCOM &a) |
| const gp_Pnt2d & | _CSFDB_GetPGeom2d_CartesianPointpnt () const |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| gp_Pnt2d | pnt |