[Solved] Arch: wall height default value

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
User avatar
johnwang
Veteran
Posts: 1382
Joined: Sun Jan 27, 2019 12:41 am

[Solved] Arch: wall height default value

Post by johnwang »

Hi,

When you picked the Wall object tool, the wall height is 3001 mm in the options window. Why not 3000 mm?

If you check Mod\Arch\archWall.py, there is line like this:

Code: Select all

obj.Height = p.GetFloat("WallHeight",3000)
Where the 3001 come from?

Thank you for help.

Regards,

John
wall height.jpg
wall height.jpg (24.81 KiB) Viewed 681 times
OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.21937 (Git)
Build type: Release
Branch: master
Hash: 0de5a290113800dc5779a76d7e216bd882e0ed1e
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/United States (en_US)
Last edited by johnwang on Fri Aug 07, 2020 9:42 am, edited 1 time in total.
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
User avatar
Roy_043
Veteran
Posts: 8577
Joined: Thu Dec 27, 2018 12:28 pm

Re: Arch: wall height default value

Post by Roy_043 »

Please check your preferences: Arch_Preferences.
User avatar
johnwang
Veteran
Posts: 1382
Joined: Sun Jan 27, 2019 12:41 am

Re: Arch: wall height default value

Post by johnwang »

Roy_043 wrote: Fri Aug 07, 2020 9:22 am Please check your preferences: Arch_Preferences.
It is set at 3001. Maybe I changed it before and forgot. Sorry.
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
Post Reply