FreeCAD: master b9b42a52

Author Committer Branch Timestamp Parent
uwestoehr wmayer master 2021-04-11 19:39:28 master a76fb2c6
Changeset [PD] fix primitives issues

- to avoid invalid results:
 - don't allow to set equal radii for cones
 - don't allow to set equal wedge parameters
 - don't allow zero quantities like e.g. the box width

- use full internal precision because it must be possible to create an e.g. 23.5 um wide box and using the default 2 displayed digits

- take spinbox limits from App

- add missing tooltips

- remove disturbing commented out line from Workbench.cpp

- some coding style issues fixed automatically by the MSVC IDE
mod - src/Mod/PartDesign/App/FeaturePrimitive.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskPrimitiveParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskPrimitiveParameters.h Diff File
mod - src/Mod/PartDesign/Gui/TaskPrimitiveParameters.ui Diff File
mod - src/Mod/PartDesign/Gui/Workbench.cpp Diff File