C++
GE_DLLEXPIMPORT AcGePosition3d( double x, double y, double z );
Description
Constructs a 3D position object that has the specified coordinates.
Parameters
Parameters | Description |
---|---|
x | Input X coordinate |
y | Input Y coordinate |
z | Input z coordinate |
GE_DLLEXPIMPORT AcGePosition3d( double x, double y, double z );
Constructs a 3D position object that has the specified coordinates.
Parameters | Description |
---|---|
x | Input X coordinate |
y | Input Y coordinate |
z | Input z coordinate |