CFx SDK Documentation
2022 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 | ( | ) |
point | [in] Any 3D point. |
x | [in] The X-coordinate of the point. |
y | [in] The Y-coordinate of the point. |
z | [in] The Z-coordinate of the point. |
source | [in] Object to be cloned. |
OdGePosition3d::OdGePosition3d | ( | const OdGePoint3d & | point | ) |
OdGePosition3d::OdGePosition3d | ( | double | x, |
double | y, | ||
double | z | ||
) |
OdGePosition3d::OdGePosition3d | ( | const OdGePosition3d & | source | ) |
OdGePosition3d& OdGePosition3d::operator= | ( | const OdGePosition3d & | pos | ) |
OdGePosition3d& OdGePosition3d::set | ( | const OdGePoint3d & | point | ) |
Sets the coordinates of, and returns a reference to, this point.
point | [in] Any 3D point. |
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 point. |