Converts an array of doubles to a Vector object.
Syntax
objectVariable = object.ConvertArrayToVector(ArrayOfDoubles, Is3DVector)
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 vector is 3D.