FC 21 DEV : BUG changing WALL Length Parameter? Solved?

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
MartinNRW
Posts: 10
Joined: Wed Apr 26, 2023 5:16 pm

FC 21 DEV : BUG changing WALL Length Parameter? Solved?

Post by MartinNRW »

Hi,
I am using the DEV version and still learning ...

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.0.32552 (Git)
Build type: Release
Branch: master
Hash: e2b3a5d2f791fb78a61daac9bdab374058f682f2
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * BIM 2021.12.0
The WorkPlane is on Top of the Slap on 1. floor. A wall can be regular placed:
Wall_LENGTH_BUG1.jpg
Wall_LENGTH_BUG1.jpg (528.99 KiB) Viewed 586 times
After changing the length parameter of this wall to a certain new value, the entered value is overwritten by an arbitrary value and the orientation of wall changes:
Wall_LENGTH_BUG2.jpg
Wall_LENGTH_BUG2.jpg (884.95 KiB) Viewed 586 times
Is this a Bug or am I doing something wrong during creation?

I added a simple demo file:
Wall_LENGTH_BUG1.FCStd
(51.82 KiB) Downloaded 25 times
Set the Workplane to the slap surface and change the length parameter of the red wall. This shows the unexpected result.

Placing a wall on TOP Workplane, the length parameter can be changed as expected!

UPDATE:
Organizing the contruction into 2 floors with their defined Elevation and then drawing walls let change the wall length parameter correctly:
Wall_LENGTH_BUG3.jpg
Wall_LENGTH_BUG3.jpg (721.29 KiB) Viewed 546 times
Here the new Demo File:
Wall_LENGTH_BUG_2.FCStd
(57.02 KiB) Downloaded 23 times
User avatar
Roy_043
Veteran
Posts: 8455
Joined: Thu Dec 27, 2018 12:28 pm

Re: FC 21 DEV : BUG changing WALL Length Parameter? Solved?

Post by Roy_043 »

Confirmed. PR that should fix the problem:
https://github.com/FreeCAD/FreeCAD/pull/9592
MartinNRW
Posts: 10
Joined: Wed Apr 26, 2023 5:16 pm

Re: FC 21 DEV : BUG changing WALL Length Parameter? Solved?

Post by MartinNRW »

Hi,
@Roy_043 I tested this with the recent developer version:

Code: Select all

OS: Windows 10 build 19045
Word size of FreeCAD: 64-bit
Version: 0.21.0.33321 (Git)
Build type: Release
Branch: master
Hash: 1d61ed187c9633702818c6cc5d7a1f07dd052ca8
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * BIM 2021.12.0
Now the length of wall can be changed without any false result (tested on my WALL_LENGTH_BUG1 file)

Thank you team for this quick solution!
Post Reply