Is there an easier way to fillet a flat surface?
Current workflow is cumbersome IMO:
Fillet
Split
Delete splited part
Would be cool to have FilletEdge also handle flat surfaces, no? Furthermore a G1, G2 option for all fillets 2D and 3D would be cool!
Sorry, I can’t suss out the underlying problem you’re trying to solve.
Perhaps you’re not aware of the ChamferSrf command?
I can fillet a curve quickly, not however an equally simple flat surface. For that I have to use additional commands and delete parts etc.
pascal
(Pascal Golay)
4
Hi Rudi - see if this helps -
FIlletSrfCorner.py (9.1 KB)
To use the Python script use RunPythonScript, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
-Pascal