I am trying to make this pattern

I am stuck here and not able to move further.



Upload code. Can’t work from a jpeg.

(admin please hurry with the jpeg > gh converter)

Hello
Look at this discussion if it could help

Ans as advised above “Upload code” and read this

Here is the code

trapezium1.gh (12.4 KB)

It is an offset that you need.
First deconstruct each triangle, cut each segment at a given ratio (0.5 for middle)
Shift the list of 6 segment
Then partition this list every 2 segments,
Make the new triangles by adding 2 lines going to the center.
Then join.
Then use an attractor to calculate the offset value you want



trapezium_LD.gh (16.5 KB)

3 Likes

Thank you for your help! This is really amazing.