Point3D.getData Method
Parent Object:
Point3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point3D.h>
Description
Gets the data defining the point.
Syntax
"point3D_var" is a variable referencing a Point3D object.
(returnValue, x, y, z) = point3D_var.getData() |
#include <Core/Geometry/Point3D.h
// Declare the output arguments. double x; double y; double z; boolean returnValue = point3D_var->getData(x, y, z);
|
Return Value
| boolean |
Returns true if successful. |
Parameters
| x |
double |
The output x coordinate of the point. |
| y |
double |
The output y coordinate of the point. |
| z |
double |
The output z coordinate of the point. |
Version
Introduced in version August 2014