edge blending

 From:  Michael Gibson
1147.6 In reply to 1147.5 
Hi Lemo, thanks for posting the model that helps a lot.

Yeah normally you will want to join pieces together to fillet their common edge. It is possible to do fillets without joining but only if you have separated the objects into completely unjoined individual surfaces. Then when you pick 2 surfaces you can get a slightly different surface/surface type fillet calculation which can sometimes work in situations where the edge fillet will fail. But the joined-edge-based filleting tends to be more convenient so that's normally where you start.

For your new model on the top ridge edge, there are 2 things going on that cause fillet difficulty - one is when surfaces collapse down to a point, the filleter can get confused about that. Also when the surfaces don't meet each other in a sharp crease, that can also cause difficulty - here you've also got that happening since at the tip the 2 surfaces flatten down and become tangent with one another.

The top edge will fillet if you hack off about this much off the tip (here I drew a line and use Boolean / Difference to cut it:



Then you would have to fill in the tip part by doing some manual trims and maybe a sweep of the end fillet piece down to the tip. Let me know if you would like some more detailed steps on that part.

For the indented piece - that's again got the surfaces collapsing down to a point.

If you can model those as larger surfaces that are trimmed down, instead of ones where the entire surface collapses down to a single point at the tip, it will have a better chance of filleting.

Like for instance here I have made some cutting surfaces that are extended to be bigger than just the exact cut area:



If the indent is created by trimming these surfaces with one another (select them all and run Trim and push "Done" at the select cutting objects prompt to indicate they will cut each other), and the pieces joined together, then that result should have better chance at filleting.

Another difficulty will be the sharp corner - trying to fillet such a sharp corner will probably result in pretty messy blended corner areas that are trying to stretch too far around. To put less stress on that corner you need to make it rounded first before filleting. The easiest way to do that is to first fillet the inner edge with a larger radius:



Now the outside piece is all rounded and you can fillet the outer edges with a slightly smaller radius than the one used on the inside edge:



It should be possible for the filleter to get tuned up in the future to handle collapsed-down surfaces better, but for V1 it is pretty sensitive to that.

Hope this helps show you some work-arounds, let me know if you need more details about any part.

- Michael