realthunder / FreeCAD_assembly3

Experimental attempt for the next generation assembly workbench for FreeCAD
GNU General Public License v3.0
885 stars 74 forks source link

Cannot pad from datum plane attached tangent to curved pad #1290

Closed ardugitter closed 1 year ago

ardugitter commented 1 year ago

In this file, Pad003 only appears when the pad is greater than 5mm. I would like it to be 1.75mm. The problem does not present itself in master branch:

problem

pad_not_working.FCStd.zip

Thanks a lot.

Word size of FreeCAD: 64-bit
Version: 2022.1021.26244 +5249 (Git) AppImage
Build type: Release
Branch: LinkDaily
Hash: d307b5c936403e8dca3f24b5c1e64bd16c88b28d
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: English/United Kingdom (en_GB)
realthunder commented 1 year ago

It's a common OCC tolerance problem. Your hole in he padding sketch is not exactly the same as the pocket hole. Try to do the pad without hole before pocketing.

ardugitter commented 1 year ago

That suggestion worked. Thanks a lot.