]> OCCT Git - occt-copy.git/commit
0029262: Visualization - AIS_InteractiveContext::Load() does not register Object...
authorkgv <kgv@opencascade.com>
Wed, 25 Oct 2017 14:27:23 +0000 (17:27 +0300)
committerkgv <kgv@opencascade.com>
Wed, 25 Oct 2017 14:54:35 +0000 (17:54 +0300)
commit23f3b6e741cfc708fa7e70136b481e20fbdc34bf
treea46389536de79d20ecde274170e1c869e78981d7
parentc3b64127f16f98bbcf2441dda2944daba6095ad7
0029262: Visualization - AIS_InteractiveContext::Load() does not register Object in the Viewer

AIS_InteractiveContext::Load() now loads the object regardless specified selection mode and decomposition flag.
AIS_InteractiveContext::Load() and ::KeepTemporary() now register object in the Viewer
in the same way as ::Display() does.

Draw Harness command vdisplay has been extended with new flag -erased to load object into context in erased state.
src/AIS/AIS_InteractiveContext.cxx
src/ViewerTest/ViewerTest.cxx
tests/bugs/vis/bug29262 [new file with mode: 0644]