View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004624 | Part | Bug | public | 2021-04-08 00:01 | 2021-04-09 14:26 |
Reporter | DocFingo | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Core i5-8350U (x64, 8GB RAM) | OS | Windows 10 Enterprise | OS Version | 10.0.19042 |
Product Version | 0.19 | ||||
Summary | 0004624: Thickness fails on simple shapes (BRep_API command not done) - regression from 0.19.24267 | ||||
Description | Thickness operations with Arc or Tangent join types fail on predominantly concave shapes. Message is BRep_API: command not done. This happens for any positive Thickness value. Changing join type to Intersection solves the issue, but does not yield the desired part. This is a potential regression from 0.19.24267 where the issue seemed to be (mostly?) fixed, see reproduction steps below. A Thickness problem in conjunction with OCC 7.5 was previously reported here by user AlStu, with forum discussions here. | ||||
Steps To Reproduce | Part workbench: Make a simple extrusion from a sketch with concave outer shape. Apply Thickness while selecting the top face. Try different Join types. To test the potential regression from 0.19.24267, open the attached FCstd file. Press F5 to recompute the solution. 0.19.24267 -> Thickness is computed successfully except for the sharp-edged shape. 0.19.24276 -> Thickness (Arc/Tangent join type) fails for 3 out of 4 shapes. Deleting and re-applying thickness yields BRep_API: command not done | ||||
Additional Information | This is the previous 0.19.24267 version I used for the comparison: OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24267 (Git) Build type: Release Branch: master Hash: b2ca86d8d72b636011a73394bf9bcdedb3b109b7 Python version: 3.6.8 Qt version: 5.12.1 Coin version: 4.0.0a OCC version: 7.3.0 Locale: English/Germany (en_DE) | ||||
Tags | No tags attached. | ||||
FreeCAD Information | OS: Windows 10 Version 2009 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24276 (Git) Build type: Release Branch: releases/FreeCAD-0-19 Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438 Python version: 3.8.6+ Qt version: 5.15.1 Coin version: 4.0.1 OCC version: 7.5.0 Locale: English/Germany (en_DE) | ||||