View Revisions: Issue #31197 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0031197: Visualization - SetTransformPersistence for highlight, select presentations |
|
Revision |
2019-12-05 17:15 by nds |
|
Description |
SetTransformPersistence should be redefined in SelectMgr_SelectableObject to update state of transform persistent in highlight, select presentations if the presentations have been already created.
Also, it's proposed to redefine this method in AIS_InteractiveObject. The proposed functionality is:
1. calling the parent method,
2. after it, performing the functionality of AIS_InteractiveContext::SetTransformPersistent for updating internal context selection/graphical structures automatically. If we forget doing this (moreover there is no a separate method in context with this functionality), the object stays in wrong myObjects container of SelectMgr_SelectableObjectSet. This problem is pretty difficult to predict and discover.
|
|
Revision |
2019-11-26 14:36 by nds |
|
Description |
SetTransformPersistence should be redefined in SelectMgr_SelectableObject to update state of transform persistent in highlight, select presentations if the presentations have been already created. |