Converts an array of doubles to a collection of Points.
Syntax
objectVariable = object.ConvertArrayToPoints(ArrayOfDoubles, Is3DPoint)
Where:
object is the IntelliCAD Library object;
ArrayOfDoubles is an array of double-precision variables (or values);
Is3DPoint is a Boolean variable (or value) indicating whether or not the points are 3D.