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)
Hi, I have a collection of tourous, which I want to have an end result like this:
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?
I saw @leopoldomonzani answer, but edges seem to be defined by manual input, which I don’t quite like