Issue #5923 - Floor container don't keep objects hidden

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
Geoplace
Posts: 39
Joined: Tue Feb 26, 2019 9:49 pm

Issue #5923 - Floor container don't keep objects hidden

Post by Geoplace »

Floor Container has an impact of not maintaining the desired object visibility (hide) when you edit other objects inside it, the hided ones are shown again.

Also when you save the file with the rectangle hidden and when re-open it again it will show everything. (Don’t save the hide status of the children objects)

1.-Choose the Arch workbench.
2.-Draw a line (one or more) and a rectangle (its face property is true)
3.-Create a floor object.
4.-Drag and Drop the line and rectangle inside the floor object.
5.-Select the Rectangle object and hit spacebar key (to toggle visibility) hide it.
rectangle hidden.png
rectangle hidden.png (67.04 KiB) Viewed 1557 times

6.-Draw a new line or trim extend one existent. Or change its length and clic recompute button (F5).
7.-The rectangle show again without request. (If it is the base of a slab, the slab will show)
line modified and rectangle shown.png
line modified and rectangle shown.png (175.36 KiB) Viewed 1557 times
When all the elements are outside the Floor Container you can modify the line elements and the visibility of the rectangle stays as needed (hide)

Here is a sample file where you just need to do step 5 and 6 to view the bug.
Hide Arch Shown unexpected Bug.FCStd
(13.94 KiB) Downloaded 47 times

Please confirm if it is a bug to file its report.
What do you think @yorik?

Tested with:
OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.16110 (Git)
Build type: Release
Branch: (HEAD detached at upstream/releases/FreeCAD-0-18)
Hash: f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0

OS: Windows 8.1
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.16502 (Git)
Build type: Release
Branch: master
Hash: 06962535fa9ff348acca1b893cc4239908fb8bae
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Last edited by Kunda1 on Thu Jun 30, 2022 6:28 pm, edited 1 time in total.
Reason: Added GH ticket number to thread title
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: (Bug) Floor container don't keep objects hidden

Post by yorik »

Yes I have seen this behaviour too, BuildingPart objects constantly turn their children on. But so far couldn't find the cause. It is likely because of the Group extension, but couldn't find any further clue...
Geoplace
Posts: 39
Joined: Tue Feb 26, 2019 9:49 pm

Re: (Bug) Floor container don't keep objects hidden

Post by Geoplace »

yorik wrote: Thu Apr 25, 2019 7:12 pm Yes I have seen this behavior too, BuildingPart objects constantly turn their children on. But so far couldn't find the cause. It is likely because of the Group extension, but couldn't find any further clue...
Is ok to file a bug report?

So there could get some interdisciplinary help.

Regards.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: (Bug) Floor container don't keep objects hidden

Post by yorik »

Geoplace wrote: Mon Apr 29, 2019 2:28 pm Is ok to file a bug report?
Yes, sure!
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: (Bug) Floor container don't keep objects hidden

Post by yorik »

Thanks!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Issue #5923 - Floor container don't keep objects hidden

Post by Kunda1 »

Updated thread title to reflect GH ticket issue #5923
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply