I am trying to take a set of closed, separate curves (right now I am using circles), offset them by a variable number (by using a number slider), and then take the outermost curve and repeat this. Is there a way to do this in Grasshopper? I have tried Anemone but I am not sure how to repeat the components and have the output become the input.
by reading your posst it looks like you would like to keep offsetting always the last generated curve
to do that it might be helpful to use mass addition component, in particular the Partial Results output, as it transforms a list of “relative distances” (A), which is something like “how much distance from the very last offset” into a list (C) of absolute distances that the Offset component wants as an input