FreeCAD: master 8be2c081

Author Committer Branch Timestamp Parent
lorenz abdullahtahiriyo master 2020-05-03 05:47:27 master e38d9cbb
Changeset partdesign: fix failing tapered hole test

The given parameters return an invalid shape. This fails with occt7.4 but doesn't with occt7.3. If the angle is 45 degree the cone is self-intersecting as Hole.Depth > Hole.Diameter/2. Changing the Hole.TaperedAngle to 60 degree solves this issue.
mod - src/Mod/PartDesign/PartDesignTests/TestHole.py Diff File