Share

Point2D.asArray Method

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

Description

Get coordinate data of the point

Syntax

"point2D_var" is a variable referencing a Point2D object.
returnValue = point2D_var.asArray()

Return Value

Type Description
double[] Returns the coordinate data of the point as an array

Version

Introduced in version August 2014

Was this information helpful?