Files
create/src/Mod
Roy-043 1ba341194e Draft: Fix 2 issues to make Draft_Fillet handle arcs properly
Fixes #11435

Draft_Fillet could already handle arcs, provided they were not Draft_Arcs. The `_extract_edge` function in make_fillet.py had a strange logic, and could also return a wire which would result in problems later.

Another issue was that the `fillet` function in fillets.py did not handle the order of the edges correctly if one of the edges was an arc and the other a straight edge. The arch had to be selected first to prevent this error.
2024-06-20 14:00:42 +02:00
..
2024-06-03 11:04:42 -05:00
2024-06-03 11:04:42 -05:00
2024-06-19 21:14:23 -05:00
2024-06-03 11:04:42 -05:00
2024-06-19 21:14:23 -05:00
2024-06-03 11:04:42 -05:00
2024-06-03 11:04:42 -05:00
2024-06-19 21:14:23 -05:00
2024-06-03 11:04:42 -05:00
2024-06-03 11:04:42 -05:00
2024-06-03 11:04:42 -05:00
2024-06-19 21:14:23 -05:00
2024-06-19 21:14:23 -05:00
2024-06-19 21:14:23 -05:00
2024-06-03 11:04:42 -05:00
2024-05-16 17:23:10 +02:00