Array with fixed intervals instead of count

Hi, I would like to create an array following a fixed distance (0,0205). is there a way to connected the divided curve to the array?
I would like to remove the number slider to the count connection.
unnamed.gh (11.0 KB)

Thanks a lot of the help!

Ciao Giulia!

Welcome to this forum.

To calculate the amount of elements you can fit, divide the total length by the length of the single element (+ gap, if elements are meant to not touch each other).
Then, to remove the half-bricks, round-down the amount of elements.


bricks.gh (20.2 KB)

1 Like

wow! I´m pretty new to grasshopper and this solution seems great! I´ll study it, thanks!