FreeCAD: master e84fa25c

Author Committer Branch Timestamp Parent
M G Berberich wwmayer master 2020-10-11 19:43:07 master 0a421891
Changeset [PartDesign] Hole countersink for metric

fix a problem with counterbore and countersink in PartDesign Hole feature.

It was not possible to custom define counterbores or countersinks if a
metric thread hole was selected.

Handle the cut-types None, Counterbore and Countersink euqal
regardless of type of thread and let the user customize:
None: none
Counterbore: diameter and depth
Countersink: diameter and angle
mod - src/Mod/PartDesign/App/FeatureHole.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskHoleParameters.cpp Diff File