Spread polygon as Honeycomb

I want to create a Honeycomb spreading a hexagon
the problem is that I need to offset the even rows to make them fit, and its not possible with the spread node
I can figure out a few ideas, any of them are elegant… any advice?
Honeycomb.vl (20.1 KB)

Would HexGridSpread help?

image

2 Likes

Now I need to calculate the area of each cell…
And I need to do the area of each cell… in order to do it, I realize I need to do the sqrt(3.0) but sqrt is only 2 exponent

You can use the pow node, the 3rd root is x^1/3

1 Like