Multiply a command in grasshopper multiple times

Hey guys :slight_smile: i want to multiply the offset command multiple times, instead of creating a “ladder” of the command in gh. How can I achieve this?
Thanks a lot:)


question.gh (12.2 KB)
1.3dm (2.6 MB)

You could use the series or range component to create multiple offsets or Anemone to set up a loop…

2 Likes

Just pass a list to the distance variable of the offset module

1 Like

thank you so much!! :smiley:

thanks!!