Offset for MoxyDraw

Offsets all selected objects.


Syntax:

Offset
offset value
obj select method
window point1 X
window point1 Y
window point2 X
window point2 Y

offset value:

Sets the offset value. If the offset value is negative, offset will be in the interior or smaller of the object(s). If offset value is positive, it will be bigger or taken on the exterior of the object(s).

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.