Tool
Surface
Intersection
Transform
Image
Vector
Toolset
Triangulation
Solid
Analysis
Panels
Curve Analysis
Render
3D Object
Primitive Curves
Boolean Operation
Text
Array
Hexagonal Grid
Returns 2D grid with hexagonal cells
Details
ID
tool-array-hexagonal-grid
Name
Hexagonal Grid
Group
Array
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Origin | Point | Grid origin | [0,0,0] |
| Radius | Number | Radius of hexagon | 30 |
| X Count | Number | Grid count in x direction | 5 |
| Y Count | Number | Grid count in y direction | 3 |
| Padding | Number | Distance between hexagons | 10 |
Output ports
| Name | Type | Description |
|---|---|---|
| Curve | Curve | Result grid |
| Points | Point | Hexagon 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 hexagon radius. 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 port, you will receive the resulting hexagonal grid. On the output ports, you will get the result grid and hexagon centers.
Rectangular Grid
Square Grid