Join Curves at edge

Hello guys!

I am trying to join the curves that ar located at the edges of each surface with each other and create closed polylines. Any idea o how to achieve that?

Thanks in advance!

join_Crv.gh (24.1 KB)

Hello
here is a script that is doing the job. First it seaches for curves that touches on a line (the edge). Then use the Cull Duplicates with the option “Cull All”. It could be more simple to make it by code. But it is a good exercice.

join_Crv_LD.gh (27.9 KB)

1 Like

Amazing Laurent! Thanks a lot! :wink::upside_down_face: