Point3D.asArray Method

Parent Object: Point3D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Point3D.h>

Description

Get coordinate data of the point.

Syntax

"point3D_var" is a variable referencing a Point3D object.
returnValue = point3D_var.asArray()
"point3D_var" is a variable referencing a Point3D object.

#include <Core/Geometry/Point3D.h>

returnValue = point3D_var->asArray();

Return Value

Type Description
double[] Returns the coordinate data of the point as an array [x, y, z].

Version

Introduced in version August 2014