Data structure in a pattern

Hello guys i’m trying to recreate this pattern in grashopper and i’m a bit stuck, lemme share what i’ve done so far…

i firstly created those diamond panel and extrated their centroid and edges

I then created the ^polygone from the centroid and then use the point on curve component to find those two points.

I exploded the polygon and noticed that there was an additional vertices so i removed it. then used cull pattern to retrive specific point from the polygon.

I first though all i takes was a shift list but it didn’t work, i used list item but i doen’t work either

I think it’s some kind of problem in the data structure or smth but im not sure. what do you think of this ?

Pattern.gh (18.3 KB)

for now im trying to make the patern that not follow the curve

Provide an approach based on Triangular to create the basic unit of this pattern for your reference.


BasicUnit

Pattern.gh (17.7 KB)

1 Like