|
CFx SDK Documentation
2023 SP0
|
#include <GePosition2d.h>
Additional Inherited Members | |
Protected Member Functions inherited from OdGePointEnt2d | |
| OdGePointEnt2d () | |
| OdGePointEnt2d (const OdGePointEnt2d &source) | |
Protected Member Functions inherited from OdGeEntity2d | |
| OdGeEntity2d () | |
| OdGeEntity2d (const OdGeEntity2d &) | |
| void | connectTo (OdGeEntity2dImpl *) |
This class represents points (positions) in 2D space.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
Definition at line 42 of file GePosition2d.h.
| OdGePosition2d::OdGePosition2d | ( | ) |
| point | [in] Any 2D point. |
| x | [in] The X-coordinate of the point. |
| y | [in] The Y-coordinate of the point. |
| source | [in] Object to be cloned. |
| OdGePosition2d::OdGePosition2d | ( | const OdGePoint2d & | point | ) |
| OdGePosition2d::OdGePosition2d | ( | double | x, |
| double | y | ||
| ) |
| OdGePosition2d::OdGePosition2d | ( | const OdGePosition2d & | source | ) |
| OdGePosition2d& OdGePosition2d::operator= | ( | const OdGePosition2d & | pos | ) |
| OdGePosition2d& OdGePosition2d::set | ( | const OdGePoint2d & | point | ) |
Sets the coordinates of, and returns a reference to, this point.
| point | [in] Any 2D point. |
| OdGePosition2d& OdGePosition2d::set | ( | double | x, |
| double | y | ||
| ) |
Sets the coordinates of, and returns a reference to, this point.
| x | [in] The X-coordinate of the position. |
| y | [in] The Y-coordinate of the position. |