FreeCAD / FreeCAD

This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
https://www.freecad.org
Other
19k stars 3.96k forks source link

Can not pad a rectangle sketch : "Cannot compute Inventor representation for the shape" and pocket acts as pad #16084

Open petrubecheru opened 2 weeks ago

petrubecheru commented 2 weeks ago

Is there an existing issue for this?

Problem description

I added a rectangle sketch to YZ plane of cutter-y body (see picture bellow). image

There are 2 problems:

  1. can not pad it (error: Cannot compute Inventor representation for the shape of PrusaXLFilamentLoader3#Pad036: Bnd_Box is void)
  2. if I use pocket tool, it pads the sketch (instead of making a poket) : image

Full version info

OS: Ubuntu Core 22 (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.38516 (Git) Snap 1116
Build type: Release
Branch: main
Hash: 46a84da571d51b135e16ac4731baaf67c552d791
Python 3.10.12, Qt 5.15.10, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.1
Locale: English/United States (en_US)

Subproject(s) affected?

PartDesign

Anything else?

project.zip

Code of Conduct

leoheck commented 2 weeks ago

@luzpaz can you remove this comment above. is it possible to block this motherfucker?

luzpaz commented 2 weeks ago

Sorry, @leoheck i didn't mean to mark your comment as 'Abuse' as well. Trigger-finger from dealing with this shady trojan person.

maxwxyz commented 2 weeks ago

Seems like a typical OCC bug. Does it work in the stable 0.21.2 version?

petrubecheru commented 2 weeks ago

The project was made entirely in the dev version of freecad, so the file is not correctly opened in stable version

petrubecheru commented 1 day ago

bug present in version 1.0 RC1

FlachyJoe commented 1 day ago

@petrubecheru Switching the Pad021 Refine property to False solves your issue.