]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Result compsolid should change the display flag of sub-results itself.
authornds <nds@opencascade.com>
Fri, 21 Aug 2015 14:19:02 +0000 (17:19 +0300)
committernds <nds@opencascade.com>
Fri, 21 Aug 2015 15:30:51 +0000 (18:30 +0300)
commit1152a6ea27665deb0564e72c6c47ac10de91e5d9
treedd2407d31d2c3616b133161bc51424ffb7842167
parentb39df335d5faba8a9d578f7d28f9105fd581b783
Result compsolid should change the display flag of sub-results itself.

WorkshopListener in displayObject() should ignore the compsolid result and wait when sub-solid results comes in selection.
onFeatureCreateMsg moving rows: 1.canBeDisplayed before setDisplayed, displayObject - this is a previous version. It is more correctly firstly change display state of the object and after try to display it in the viewer. It is possible that flag is switch on, but the object will be visualized during redisplay.
src/ModelAPI/ModelAPI_ResultCompSolid.cpp
src/ModelAPI/ModelAPI_ResultCompSolid.h
src/ModuleBase/ModuleBase_Tools.cpp
src/XGUI/XGUI_ContextMenuMgr.cpp
src/XGUI/XGUI_WorkshopListener.cpp