How to array/copy a line but change the lengt of every copy

Hi,

I was wondering if it is possible to make an array of a group of lines, so i “copy” them mutiple times, but i want to change every copy their lenght. It this possible with the array component?

Edit: So what i mean is copy a line certain times but change the lenghts of the copy’s.
Regards,

Giorgio

You can make your array, then scale the copies:

array_scale.gh (7.7 KB)

-Kevin

1 Like

Thank you Kevin!