Select All Edges context menu option for Part Design fillets and chamfers

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
TheMarkster
Veteran
Posts: 5505
Joined: Thu Apr 05, 2018 1:53 am

Select All Edges context menu option for Part Design fillets and chamfers

Post by TheMarkster »

https://github.com/FreeCAD/FreeCAD/pull/5269
Snip macro screenshot-41f19f.png
Snip macro screenshot-41f19f.png (50.26 KiB) Viewed 3897 times
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Select All Edges context menu option for Part Design fillets and chamfers

Post by uwestoehr »

Many thanks!
Can you please also document it in the release notes:
- https://wiki.freecadweb.org/Release_not ... provements

---------

I tried the feature and thought it would also solve this issue:
- insert a cube (additive primitive of PD)
- select it and click the fillet icon
result: you get an error message

But thanks to your new feature instead all edges of the cube could be selected and the fillet dialog be opened. Could you maybe add this functionality?
TheMarkster
Veteran
Posts: 5505
Joined: Thu Apr 05, 2018 1:53 am

Re: Select All Edges context menu option for Part Design fillets and chamfers

Post by TheMarkster »

uwestoehr wrote: Mon Jan 03, 2022 7:27 pm Many thanks!
Can you please also document it in the release notes:
- https://wiki.freecadweb.org/Release_not ... provements

---------

I tried the feature and thought it would also solve this issue:
- insert a cube (additive primitive of PD)
- select it and click the fillet icon
result: you get an error message

But thanks to your new feature instead all edges of the cube could be selected and the fillet dialog be opened. Could you maybe add this functionality?
Good idea.

https://github.com/FreeCAD/FreeCAD/pull/5328
Post Reply