Inputs
Name | Abbreviation | Type | Access | Description |
Location | L | Vector | Item | Location of the array |
Num X | N | Number | Item | The number of elements in the x direction |
Num Y | N | Number | Item | The number of elements in the y direction |
Spacing X | S | Number | Item | The spacing in the x direction |
Spacing Y | S | Number | Item | The spacing in the y direction |
Outputs
Name | Abbreviation | Type | Access | Description |
Array | A | Vector | List | The array |
How to
Feed in a vector location, as a point
This will be the location of the first point (bottom left-most) in the array
Set the number of points in the x direction (E/W)
set the number of points in the y direction (N/S)
Set the x spacing
Set the y spacing
The result is a grid of points:


