I need a proper Anemone pattern for “walk through a list of curves while passing a changing point forward”, using Repeat mode.
I have a list of 51 vertical curves, evenly spaced at 3 mm in one direction (already ordered).
I also have one point on the first curve.
My goal is to create a sequential closest-point propagation:
-
Take the point on curve 0
-
Find the closest point on curve 1
-
Use that new point to find the closest point on curve 2
-
Repeat this step-by-step until the last curve
I appreciate any support!
testing_T10.gh (91.5 KB)




