|
CFx SDK Documentation 2024 SP0
|
#include <GePosition3d.h>
Additional Inherited Members | |
Protected Member Functions inherited from OdGePointEnt3d | |
| OdGePointEnt3d () | |
| OdGePointEnt3d (const OdGePointEnt3d &ent) | |
Protected Member Functions inherited from OdGeEntity3d | |
| OdGeEntity3d () | |
| OdGeEntity3d (const OdGeEntity3d &) | |
| void | connectTo (OdGeEntity3dImpl *) |
This class represents points (positions) in 3D space.
Corresponding C++ library: TD_Ge
<group OdGe_Classes>
Definition at line 41 of file GePosition3d.h.
| OdGePosition3d::OdGePosition3d | ( | ) |
Default constructor for the OdGePosition3d class.
| OdGePosition3d::OdGePosition3d | ( | const OdGePoint3d & | point | ) |
Constructor for the OdGePosition3d class.
| point | [in] A point according to which position is set. |
| OdGePosition3d::OdGePosition3d | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Constructor for the OdGePosition3d class.
| x | [in] The X-coordinate of the position. |
| y | [in] The Y-coordinate of the position. |
| z | [in] The Z-coordinate of the position. |
| OdGePosition3d::OdGePosition3d | ( | const OdGePosition3d & | source | ) |
Copy constructor for the OdGePosition3d class.
| source | [in] Object to be copied. |
| OdGePosition3d & OdGePosition3d::operator= | ( | const OdGePosition3d & | pos | ) |
Assignment operator for the OdGePosition3d object.
| pos | [in] Position to assign. |
| OdGePosition3d & OdGePosition3d::set | ( | const OdGePoint3d & | point | ) |
Sets the coordinates of, and returns a reference to, this point.
| point | [in] A point according to which position is set. |
| OdGePosition3d & OdGePosition3d::set | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
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. |
| z | [in] The Z-coordinate of the position. |