Returns the resulting matrix object scaled about the x, y, or z axes.
Syntax
objectVariable = object.CreateScaleMatrix([x = 1], [y = 1], [z = 1])
Where:
object is the IntelliCAD Library object;
x, y, and z are doubles indicating which axis is to be used for scaling.