[Fixed] Part Thickness command defunct

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

[Fixed] Part Thickness command defunct

Post by DeepSOIC »

Hi!
I thought it was fixed back when PartDesign Next was separate. Today I found out it's not.
Problem: Part Thickness cannot be created. It always fails with an error: 'Part.Feature' object has no attribute 'Intersection'.
Steps to reproduce:
1. add Part Cube
2. select a face of cube, and invoke Thickness command
3. observe the result preview, perfectly normal. Click OK. Error message pops up, and the feature is not created.
thickness attribute error.png
thickness attribute error.png (99.23 KiB) Viewed 452 times
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.7668 (Git)
Build type: Release
Branch: BodyBase3
Hash: ef872d37a8a365aeb04567d80616b28a826ed41c
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
wmayer
Founder
Posts: 20307
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: [Bug] Part Thickness command defunct

Post by wmayer »

This git commit c3f35d9f0 causes the regression. I don't understand why a part design thickness command should affect the part thickness command :?:
Fixed in git commit d3b6911
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: [Bug] Part Thickness command defunct

Post by DeepSOIC »

wmayer wrote:Fixed in git commit d3b6911
Thanks for super quick fix!
Post Reply