Divide multiple curves by multiple points

I want to divide multiple curves by multiple points. Applying the component was quiet difficult because there are lines that are not straight and all segments do not have points.

ex.gh (3.6 KB)

Do you mean “Shatter”, not divide?


ex-b.gh (14.5 KB)

1 Like

I’m pretty sure it’s what I wanted. Thanks! I’ll try it.

It occurred to me you might want all the curves, including the ones that weren’t shattered.


ex-c.gh (16.3 KB)

1 Like

You can separate them

ex.gh (10.5 KB)

1 Like

Thanks to all of you guys. The problem has been solved. Another problem I’m having is creating new lines that fill in the gaps between existing lines. If I use Rhino program , trim, split, and boolean difference commands may help it, but I don’t know how to do it in Grasshopper. Does anyone know how?

I upload a file with a rectangular curve. The difference curves between a rectangular curve and the seperated curves are what I’m trying to get.

ex.gh (3.6 KB)


ex (1)-b.gh (13.8 KB)

1 Like

Jesus, I totally understand how to implement your idea. Thank you so so much!