Modelling Jübergturm

HI there!

I am trying to model the Jübergturm in grasshopper and don´t know how to change the numbers of beams depending on hight. So that with every platform there are less beams.

Jübergturm.gh (9.0 KB)

One solution is to create the curves and then trim them with different domains with ‘Sub Curve’
For example, set domains from:
0 To .25
0 To .50
0 To .75
0 To 1.00

(this values represent their relative length)
I noticed that the longest curve needs to repeat, so you can repeat an extra ‘0 to 1.00’ at the end.

Jübergturm_1.gh (19.6 KB)