How to repeat a sequence of comands in grasshoper

Im a bit new to grasshopper and still trying to learn it. Im currently trying to figure out how to repeat the chain of component(purple group) a certain amount of times but have it start at the point on curve at the end of the sequence for each new repetition? Sorry if its a bit confusing.Qestion.gh (10.2 KB)

Are you looking for a kind of iterative algorithm? Have a try anemone plugin.


Qestion_re.gh (12.0 KB)

It can be done without looping with Linear Array…

Qestion_RE_.gh (13.5 KB)
.
Just flip matrix at the end, to have every “itteration” on single branch.

1 Like

Thanks so much , this plugin was exactly what i was looking for.