Trying to create a radial hexagon tessellated pattern as a grasshopper script,
Hexagon remains the same size/radius as it continues to go towards the centre of the circle.
Ideally want to have control of the circle radius and hexagon radius / amount of hexagons arrayed.
Screenshot of the pattern being created in rhino, just need something more variable to be able to test
Do you know a way to make the array variable as it the hexagons move towards the centre.
Effectively trying to make a 16000 radius circle with 150x150 hexagons, with the array needing to lessen so they dont overlap as appears ot be happening. The gap between the hexagons ideally would remain consistent as it move from outer to inwards.
Can you please clarify that requirement? Is the image in your first post relevant or not?
Similar patterns have been done in GH for many years:
You basically have two choices. If each ring has the same number of hexagons (or circles), the circles/hexagons must get smaller. If the perimeter is not a circle, spacing gets more complicated, such as this effort of mine for a āGradient Dot Patternā, in this case on a curved surface:
The other choice, which sounds like what you are describing, is that each ring has fewer hexagons while keeping a consistent pattern, more like this:
@laurent_delrieuās script can easily use hexagons instead of circles. Itās tricky to choose a Divide āNā value to maintain the staggered pattern.