Segment a curve by intersection points

Good morning,
I’m new to Grasshopper.
I would like to segment a curve using intersections
like in my picture:

trim_intersecting_lines.gh (8.6 KB)

this should get you started

Thank you very much!
I haven’t mastered everything you’ve done haha, I’m really reborn!

1 Like

I found a handy cluster called ShatterInt here for shattering multiple curves at intersections:

Here’s the .ghuser file :
ShatterInt.ghuser (9.6 KB)
Drag & drop on grasshopper canvas. You will have a new component (cluster) in the Curves → Division tab called ShatterInt

Cluster isn’t password protected, here it is exploded.


Shatterint_exploded.gh (11.3 KB)

-Kevin