Converts an array of doubles to a Matrix object.
Syntax
objectVariable = object.ConvertArrayToMatrix(ArrayOf16Doubles)
Where:
object is the CADopia Library object;
ArrayOf16Doubles is an array of double-precision variables (or values).
ConvertArrayToPoint method
Converts an array of doubles to a Point object.
Syntax
objectVariable = object.ConvertArrayToPoint(ArrayOfDoubles, Is3DPoint)
Where:
object is the CADopia 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.
Comments