Connect Endpoints of Parallel Lines

Hey everyone,

I have made ton of search in the forum but couldnt find an answer to the question. Basically what i am trying to do is, I have set of edges that are parallel to each other, I want grasshopper to connect edge point to the closes edge point. Tried 3dproximity, failed, tried CloseCrv, failed. Any help is welcomed!


connect edges.3dm (31.6 KB)

this is one possible way


CloseWalls.gh (7.0 KB)

will for sure fail for any opening smaller than the thickness of the walls:

1 Like

Check this as well…


Connect Edges_re.gh (10.5 KB)

1 Like

hey @inno,

thanks for answering this quick and boy, it works.:rocket:

thanks @HS_Kim, it works just fine. thanks for your help!