Grasshopper Fillet Circular Openings

I’m using Grasshopper’s fillet tool for for the first time and struggling to get it to function properly. I’ve created a list that indexes the curves (the circular openings) that I want to fillet but it won’t fillet them. Any thoughts much appreciated.


GHOP_FILLET Q.gh (24.6 KB)

You need to provide the indices of edges to fillet instead of the edges themselves.

Also pay attention to the fillet radius. If it’s too big, the operation fails!

GHOP_FILLET Q 2.gh (12.7 KB)

Ah, I see. Brilliant. Thank you so much @diff-arch!