Fillet Edge limit between two surfaces

Hi all! I have a simple question, but I can’t find a solution to it …
I have two surfaces that have a shared edge, I joined them and then want to fillet the edge. But when I put in a number higher then 33, the fillet fails. Any ideas?

Additionally, I put in the index of the edge manually, I used Brep Edge to isolate the interior curve, but I can’t plug it into the FilEdge, if someone has a solution for that too, would be amazing!

Thank you all!

Grashopper question fillet.gh (11.7 KB)

Hello @Kai_Kingma,

Because fillets are broken in rhino, more so in GH :slight_smile:

I wish I had an answer—maybe someone else does?

For now, a workaround:
Grashopper question fillet.gh (13.3 KB)

If you need that, this can help (EdgesFromPoints), but your brep filleting will still fail past 33:

Thank you! I want to have the whole corner chamfered in a continuous value. I explored your way, but that creates different radius. Anyone has a solution for that?

I want to achive something like this, where the front view would be overlapping.

Well…
Sometimes you have to build what you need yourselves. And have to go those few extra miles.
The data handling could be improved, also it could be more parametric. (that is for another puzzle)
But …
it works :slight_smile:





Grashopper question filletEW.gh (21.0 KB)

Rethinking gives a better method.



Grashopper question filletEW2.gh (24.4 KB)