realthunder / FreeCAD

Link branch FreeCAD
Other
763 stars 45 forks source link

[Problem] Pad to inner face of tube causes a reflective pad in to inifinity? #953

Closed byteofsoren closed 6 months ago

byteofsoren commented 7 months ago

Is there an existing issue for this?

Version

0.21 (Development)

Full version info

[code]
OS: Arch Linux (awesome)
Word size of FreeCAD: 64-bit
Version: 2024.123.0.14555 (Git shallow) AppImage
Build type: Release
Branch: HEAD
Hash: 0c0f69ad4806682096b51f7669d5f1cb83f9c7d7
Python 3.11.6, Qt 5.15.8, Coin 4.0.1, Vtk 9.2.5, OCC 7.7.2
Locale: English/United States (en_US)
Installed mods: 
  * 3DfindIT 1.2.0
  * fasteners 0.4.70
  * BIM 2021.12.0
  * DynamicData 2.54.0
  * ExplodedAssembly
  * kicadStepUpMod 10.21.4
  * IconThemes
  * freecad.gears 1.0.0
  * Curves 0.6.14
  * parts_library
  * ThreadProfile 1.89.0
  * lattice2 1.0.0
  * FEMbyGEN 2.0.0
[/code]

Subproject(s) affected?

PartDesign

Problem description

In PartDesign WB create two circles on the center of the XY plane and pad them to a tube. Create a new Sketch on the XZ or YZ plane and create a rectangle smaller then the smallest circle in the previous step. Exit the sketch and pad the sketch up to the inner face of the circle.

Expected result: 2024-02-09-225608_1179x985_scrot

What i got instead is an pad in the apposite direction like this. 2024-02-09-223622_1637x992_scrot

Same thing happens when I try to pocket up to the inner face: 2024-02-09-225943_1996x1127_scrot

If i move the sketch outside the circle it and then try to pocket up to the face i get the face closest to the sketch and not the back face of the back face of the cylinder? 2024-02-09-230209_1655x912_scrot

I searched the topics in the issues but could not find if that is a know issue?

Anything else?

No response

Code of Conduct