It’s probably an easy fix, but why isn’t my fillet edge working? Thanks!
Tischplatte.gh (10.1 KB)
It’s probably an easy fix, but why isn’t my fillet edge working? Thanks!
Tischplatte.gh (10.1 KB)
Tischplatte.gh (16.7 KB)
trim tree to match your data. Otherwise, when you will try to create multiple of such bowls with one algorithm at the same time, it will fail miserably
“Edges” input of “Fillet Edge” component asks you for the 0-based index of the edges to fillet.
(EX 0,1,5 means “first”, “second” and “sixth” edges)
You connected curves (from “Interior” output) to a integer output, the result is that grasshopper tried to convert the length of each edge to an integer… but edges at 23th, 3954th and 4086th position doesn’t exist! Your solid have a total of just 4 edges!
Edit: see @dfytz1 post for a solution to quickly retrieve the index of the edges you want to fillet.