beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PointsHexagonGrid Op



PointsHexagonGrid
Namespace: Ops.Points

Op author: andro

generate coordinates for a hexagon grid, outputs array3x




Inputs

Dimensions

Rows (integer /Number)

amount of rows

Colums (integer /Number)

amount of columns

Hex facing index (integer /Number)

Orientation

Hex facing (String)

choose between pointy or topped facing

Flip corners (boolean /Number)

Spacing

Tile X offset (Number)

offset hexagon points on x axis

Tile Y offset (Number)

offset hexagon points on y axis

Multiplier (Number)

scale both offsets

Outputs

Array out (Array)

the resulting array with 3d points of a hexagon grid


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

PointsHexagonGrid example

Example for the PointsHexagonGrid op.


Patches using PointsHexagonGrid

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2020-10-07 - andro