Returns the resulting matrix object with a translation of x, y, and z along the axes.
Syntax
objectVariable = object.CreateTranslationMatrix([x], [y], [z])
Where:
object is the IntelliCAD Library object;
x, y, and z are doubles indicating which axis is to be used for translating.