Mirror for MoxyDraw

Mirrors all selected objects.


Syntax:

Mirror
mirror line point1 X
mirror line point1 Y
mirror line point2 X
mirror line point2 Y
erase original
obj select method
window point1 X
window point1 Y
window point2 X
window point2 Y

mirror line point1 X:

Sets the mirror line first point X.

mirror line point1 Y:

Sets the mirror line first point Y.

mirror line point2 X:

Sets the mirror line second point X.

mirror line point2 Y:

Sets the mirror line second point Y.

erase original:

Optional. Sets whether the selected objects will be erased or not. Set it to "True" to erase all original objects, "False" or omitted will keep the original objects.

obj select method:

Sets the object selection method with these available options:


all = All objects in the drawing space will be selected. No window point required.

fence = All objects touching that fence (or line in this case) will be selected. Window point 1 and 2 required.

crossingWindow = All objects inside or partially inside or touching the window will be selected. Window point 1 and 2 required.

last = Last object created only will be selected. No window point required.

point = All objects on this point will be selected. Only window point 1 required.

previous = Last object(s) selected will be selected again. No window point required.

window = All objects COMPLETELY inside the selection window will be selected. Window point 1 and 2 required.

window point1 X:

Optional. Sets the X for the first window point.

window point1 Y:

Optional. Sets the Y for the first window point.

window point2 X:

Optional. Sets the X for the second window point.

window point1 Y:

Optional. Sets the Y for the second window point.