Returns a matrix equivalent to a rotation angle about an axis specified by two points.
Syntax
objectVariable = object.CreateRotationMatrix(Angle, AxisEnd, [AxisStart])
Where:
object is the IntelliCAD Library object;
Angle is a double-precision variable (or value) representing the angle in radians;
AxisEnd is a Point object representing the end point of the axis;
AxisStart is a Point object representing the start point of the axis.