Hexagonal Fading Pattern

Total beginner here. I need to make a hexagonal pattern inside a specific border which fades towards the sides. The hexagon must be possible to adjust its height and width independently.

Thank you in advance

Help Us Help You - Grasshopper - McNeel Forum

Strictly speaking it will be no more an hexagon but a polygon with 6 sides. Most of the time pattern is just scale in all direction, choosing 2 scales in 2 directions means choosing direction vector.

An hexagon has just one dimension !

ā€¦

Actually I have nothing to showā€¦ except from drawing the end result manuallyā€¦ As mentioned above Iā€™m a total beginnerā€¦ regardless being a 20 years of Rhino userā€¦

@Quan_Li

Maybe this give you the ideaā€¦

What Iā€™m trying to achieve here is that I want to create a fading gradient which will affect the size of the hexagon while it goes close to the boarders.

Thanx mate. Many concepts to grasp here.

Hi mate! I manage to get to approximately what I imagined. However i would like to push it a bit further and add fillets to all the hexagons. The best would be to have the fillet scale the same way as the hexagon sizes. I tried multiple waysā€¦ but I just donā€™t think the way grasshopper needs you to.
HEX PATTERN.gh (18.0 KB)
TEST PATTERN.3dm (50.1 KB)

You can apply fillets before scaling them; This way, the scaled cells will all have the same proportions, only different sizes.

1 Like

Excellent! Thank a lot!