CFx SDK Documentation 2024 SP0
|
#include <GePointEnt2d.h>
Protected Member Functions | |
OdGePointEnt2d () | |
OdGePointEnt2d (const OdGePointEnt2d &source) | |
Protected Member Functions inherited from OdGeEntity2d | |
OdGeEntity2d () | |
OdGeEntity2d (const OdGeEntity2d &) | |
void | connectTo (OdGeEntity2dImpl *) |
This class is the base class for all OdGe 2D point classes.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
Definition at line 41 of file GePointEnt2d.h.
|
protected |
source | [in] Object to be cloned. |
|
protected |
OdGePointEnt2d::operator OdGePoint2d | ( | ) | const |
Converts this object to an OdGePoint2d object.
OdGePointEnt2d & OdGePointEnt2d::operator= | ( | const OdGePointEnt2d & | point | ) |
Assignment operator for the OdGePointEnt2d object.
point | [in] Point entity to assign. |
OdGePoint2d OdGePointEnt2d::point2d | ( | ) | const |
Returns this object as an OdGePoint2d.