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 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)
Amazing Laurent! Thanks a lot!