latest
Array
Square Grid

Returns 2D grid with square cells

ID

662ae7a510b6cb87640c92df

Name

Square Grid

Group

Array

Package

Tool

Keywords

square
grid

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating a Square Grid node.

  • The first way to create a Square Grid node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • square , grid
  • The second way is to select a Square Grid node from the menu that opens from the top left.
    • Menu > Tool > Grid > Square Grid

Steps

  • Create a Square Grid node.
  • Connect the center of the first grid element to the first port.
  • Connect the square width to the second port.
  • Connect the number of grid elements in the OX direction to the third port.
  • Connect the number of grid elements in the OY direction to the fourth port.
  • Connect the spacing between grid items to the fifth port.

After creating a node, connect the center of the first grid element to the first port. To the second port, you need to connect the square width. To the third and fourth ports, connect the number of grid elements, respectively, in the direction of OX and OY. To the fifth port, connect the distance between grid elements. On the output ports, you will get the result grid and rectangle centers.

See also

Hexagonal Grid
Rectangular Grid

Inputs

NameTypeDescriptionDefault Value
origin
Point
Grid originVector([0, 0, 0])
width
Number
Size of grid cells20
xCount
Number
Grid count in x direction5
yCount
Number
Grid count in y direction3
padding
Number
Distance between squares5

Outputs

NameTypeDescription
grid
Curve
Result grid
centers
Point
Square centers