Bridge edges

I wonder if there is such a command what I bridge third, fourth, etc. set edges in rhino 8 / Grasshopper

Wrong app, Sverchok doesn’t work in Rhino.

1 Like

Still useless answer for the OP.

2 Likes

Good question, could Grasshopper do it in a panel with dozens of surfaces? Is there an way to “bridge” with continuity several surfaces? Or at least a good enough way for one, and we can figure how to scale it

1 Like

Here is a quick solution, it creates interpolated points and from there a surface.

Bridge edges.gh (12.7 KB)

I am working on something similar for meshes.


PS: I am working on something similar for meshes.

2 Likes

please You work on edges, it is running with curves it doesn’t tangent to surfaces :pray:

in Rhino BlendSrf between the edges and EdgeSrf for the remaining gap.

This is an initial idea on how to tackle the issue. One approach is to identify the ‘edge direction’ across multiple surfaces and create a blend from many surfaces into one surface. The code provided is not meant to fully solve the issue but rather to offer some ideas on how to approach the problem. :slight_smile:

1 Like

thank you :relieved: :+1: