Files
create/src
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-13 09:02:02 +02:00
2024-05-29 19:18:02 +02:00
2024-06-19 21:14:23 -05:00
2024-06-16 17:01:05 +02:00