Test for intersection between a set of closed curves

Hi,
Could anyone help me find the intersection between a set of closed curves. I want to return a boolean indicating if one of the curves are intersecting.

not intersecting (False )

intrsectiong (True)

This could be one way.




CollisionTest_re.gh (7.0 KB)

Thanks, Exactly what I was looking for!

Don’t think I would have combed up with that myself :stuck_out_tongue: