Tool
Vector
Primitive Curves
Toolset
Surface
Curve Analysis
Boolean Operation
Panels
Intersection
Text
Triangulation
Solid
Analysis
Array
Image
Render
Transform
3D Object
Rectangular Grid
Returns 2D grid with rectangular cells
Details
ID
tool-array-rectangular-grid
Name
Rectangular Grid
Group
Array
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Origin | Point | Grid origin | [0,0,0] |
| Width | Number | Size of grid cells in x-direction | 20 |
| Length | Number | Size of grid cells in y-direction | 10 |
| X Count | Number | Grid count in x direction | 5 |
| Y Count | Number | Grid count in y direction | 3 |
| Padding | Number | Distance between rectangles | 5 |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Result grid |
| Points | Point | Rectangle centers |
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 rectangle width, and the third port rectangle length. To the fourth and fifth ports, connect the number of grid elements, respectively, in the direction of OX and OY. To the sixth port, connect the distance between grid elements. On the output ports, you will get the result grid and rectangle centers.
Hexagonal Grid
Square Grid