tpaviot/pythonocc-core

fillet produces strange shapes

Closed this issue · 3 comments

Snipaste_2024-12-26_03-02-31
I have filled the top and bottom edges of the shape in the picture, but the result of fillet is a bit strange (not smooth and coherent). I want to know why? Is there a solution? Thank you

The top edge is obtained by simple extrude, and the bottom circular edge is obtained by revolve.

imho this is not related to pythonocc, but rather how the occt library computes fillets. You should report the use case to their issue tracker https://github.com/Open-Cascade-SAS/OCCT/issues. If you do think pythonocc is involved, please submit a python code that can be executed/debugged.

Thanks, I will report this case to OCCT