Skip to main content

rectangular array

Construct a rectangular array

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

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

  1. Feed in a vector location, as a point

    This will be the location of the first point (bottom left-most) in the array

  2. Set the number of points in the x direction (E/W)

  3. set the number of points in the y direction (N/S)

  4. Set the x spacing

  5. Set the y spacing

The result is a grid of points:

Did this answer your question?