Shatter closed curve into segments

I am trying to shatter a list of closed curves (circle, for now) into segments. For instance, I have a stack of 5 circles, and I want to split each one into 5 arcs. However, when I use the shatter command, I end up with 125 arcs - baking reveals that there are 5 coincident arcs at each point where I expected to find one.

Any ideas?

shatter_closed_curve_segments.gh (9.2 KB)

Hi - you need to flatten the Parameters input of the Shatter component:


-wim

1 Like