ArrayRectangular for MoxyDraw

Creates a rectangular array.


Syntax:

ArrayRectangular
number of rows
dist between rows
number of columns
dist between col
angle (degrees)
obj select method
window point1 X
window point1 Y
window point2 X
window point2 Y

number of rows:

Optional. Sets the number of rows. If omitted, it will be set to 1.

dist between rows:

Optional. Sets the distance between each rows. Positive value will create the array on the right and negative value will create the array on the left. If omitted, it will be set to 1.

number of columns:

Optional. Sets the number of columns. If omitted, it will be set to 1.

dist between col:

Optional. Sets the distance between each columns. Positive value will create the array up and negative value will create the array down. If omitted, it will be set to 1.

angle (degrees):

Optional. Sets the angle. Angles are in degrees and counter-clock wise. If omitted, it will be set to 0.

angle

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.