occt: master cc99be36

Author Committer Branch Timestamp Parent
kgv apn master 2019-09-28 10:36:24 master 1a5007a9
Affected Issues  0025341: Visualization - disallow displaying object as part of connected one and as a free one at the same time
Changeset 0025341: Visualization - disallow displaying object as part of connected one and as a free one at the same time

AIS_ConnectedInteractive::connect() now throws exception on connecting already displayed object.
AIS_TextLabel::AcceptDisplayMode() - added missing Display Mode filter.

Commands vconnect, vconnectto and vaddconnected have been corrected to
replace dispalyed AIS_Shape with AIS_ConnectedInteractive in context.
mod - src/AIS/AIS_ConnectedInteractive.cxx Diff File
mod - src/AIS/AIS_TextLabel.cxx Diff File
mod - src/AIS/AIS_TextLabel.hxx Diff File
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx Diff File