Converts an array of doubles to a Point object.
Syntax
objectVariable = object.ConvertArrayToPoint(ArrayOfDoubles, Is3DPoint)
Where:
object is the IntelliCAD Library object;
ArrayOf16Doubles is a 4x4 array of double-precision variables (or values);
Is3Dpoint is a Boolean variable (or value) indicating whether or not the point is 3D.