Copy for MoxyDraw

Copies all selected objects.


Syntax:

Copy
start point X
start point Y
finish point X
finish point Y
obj select method
window point1 X
window point1 Y
window point2 X
window point2 Y

start point X:

Sets the start point X.

start point Y:

Sets the start point Y.

finish point X:

Sets the finish point X.

finish point Y:

Sets the finish point Y.

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.