Point3D.setWithArray Method

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

Description

Sets the coordinates of the point using an array as input.

Syntax

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

#include <Core/Geometry/Point3D.h>

returnValue = point3D_var->setWithArray(coordinates);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
coordinates double[] An array that defines the coordinates of the point [x, y, z].

Version

Introduced in version August 2014