Dispatch Joined Curves from not Joined?

Hi,

I have a list of curves, with no particular order, inputted into a join component. I now need to separate the joined curves from the not joined ones and I wonder how this could be achieved? I thought about measuring the distance from end point to end point and trying to dispatch the ones that have distance closer to 0, but I wasnt able to do this yet.

Dispatch Curves.gh (16.4 KB)

Check this out.

Dispatch Curves_re.gh (28.9 KB)

2 Likes

Fabulous! Very clever.

Great! Thank you!