Returns the resulting matrix object with a reflection along the x, y, or z axes.
Syntax
objectVariable = object.CreateMirrorMatrix([MirrorX], [MirrorY], [MirrorZ])
Where:
object is the IntelliCAD Library object;
MirrorX, MirrorY, and MirrorZ are Boolean variables (or values) indicating whether the object should be mirrored along the x, y, or z axes.