View Issue Details

IDProjectCategoryView StatusLast Update
0002633PartDesignBugpublic2016-12-10 05:24
Reporternormandc Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinux 64-BitOSUbuntuOS Version14.04.4 LTS
Product Version0.17 
Summary0002633: Bodies disappear from 3D view if dragged out of Part container
DescriptionPartDesign Bodies can be dragged out of a Part container in the Model tree. But doing so makes them disappear from view. Even a force recompute will not make them reappear. It's not a zoom issue either, tested zoom fit all with no result.

The bodies appear again only if the file is saved, closed then reopened.
Steps To Reproduce1. Open attached file (017_PDNext_disappearing_bodies.fcstd).
2. In the Model tree, drag both Body and Body001 from the Part container by dropping them on the document label.
3. Both bodies are listed at the bottom of the Model tree, outside of the Part container; they disappear from the 3D view.

Python console output:
>>>App.getDocument("_17_PDNext_disappearing_bodies").getObject("Part").removeObject(App.getDocument("_17_PDNext_disappearing_bodies").getObject("Body"))
>>>App.getDocument("_17_PDNext_disappearing_bodies").getObject("Part").removeObject(App.getDocument("_17_PDNext_disappearing_bodies").getObject("Body001"))

4. Use of http://www.freecadweb.org/wiki/index.php?title=Macro_ForceRecompute has no effect.
5. Save then close file.
6. Reopen the file in FreeCAD, both bodies can now be seen.
Additional InformationOS: Ubuntu 14.04.4 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.8019 (Git)
Build type: None
Branch: master
Hash: 5c2ffb784a0178ad1b72b44ce2f95d09771a8286
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
TagsNo tags attached.
FreeCAD Information

Activities

normandc

2016-07-22 21:48

manager  

Related Changesets

FreeCAD: master 12b0e0f9

2016-12-04 05:16:42

poserge


Committer: wmayer Details Diff
fixes 0002633 - body disappear if dragged out of Part container Affected Issues
0002633
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/Tree.cpp Diff File

Issue History

Date Modified Username Field Change
2016-07-22 21:48 normandc New Issue
2016-07-22 21:48 normandc File Added: 017_PDNext_disappearing_bodies.fcstd
2016-07-22 21:56 normandc Description Updated
2016-07-22 21:56 normandc Steps to Reproduce Updated
2016-11-29 14:25 ickby Assigned To => ickby
2016-11-29 14:25 ickby Status new => assigned
2016-12-09 21:17 wmayer Changeset attached => FreeCAD Master master 12b0e0f9
2016-12-09 21:17 wmayer Assigned To ickby => wmayer
2016-12-09 21:17 wmayer Status assigned => closed
2016-12-09 21:17 wmayer Resolution open => fixed