How can I filled multiple edges on multiple objectes

Hi, I have a collection of tourous, which I want to have an end result like this:


But I struggle to understand how to get every edge, of said collection of tourous, and pass it to the filled block
as I get errors:

4forums.gh (11.3 KB)

Two things I can see in your image:

The ‘Shape’ input of Fillet Edge is a list (two shapes) while the ‘Edges’ input is branched.

Brep Edges is missing from your GH file, but it’s wrong anyway since ‘Edges’ expects indices (integers), not curves.

so to pass through the correct edges where, do I want the fillet, how can I do it?


using something like this, is not liked…

I saw @leopoldomonzani answer, but edges seem to be defined by manual input, which I don’t quite like

P.S. ‘Radii’ input doesn’t need Radians :bangbang:


Fillet Edge_2025May2a.gh (25.5 KB)

1 Like

4forums a.gh (15.1 KB)


Preceded by Joseph.