Salome HOME
Selection correction for "objects" type defined in XML. It is not possible to use...
authornds <nds@opencascade.com>
Wed, 22 Jun 2016 14:54:44 +0000 (17:54 +0300)
committernds <nds@opencascade.com>
Wed, 22 Jun 2016 15:00:49 +0000 (18:00 +0300)
commitc850653211e8bc69166445909cfc078b4beee440
treeb92a4ee9daf89ae268ada70acd35dd4e036311ab
parentb0434962195bc456f5bbea9698761d774a14ba87
Selection correction for "objects" type defined in XML. It is not possible to use TopAbs_SHAPE mode as '0' can't be combined with other selection modes. Compound is also reserved in NewGeom for shape with the compound shape type. As a result, additional selection mode is implemented. Later the new selection mode should be united somewhere with custom selection modes defined in SketcherPrs package.
26 files changed:
src/BuildPlugin/edge_widget.xml
src/BuildPlugin/face_widget.xml
src/BuildPlugin/vertex_widget.xml
src/BuildPlugin/wire_widget.xml
src/ExchangePlugin/plugin-Exchange.xml [changed mode: 0644->0755]
src/FeaturesPlugin/boolean_widget.xml
src/FeaturesPlugin/extrusion_widget.xml
src/FeaturesPlugin/extrusioncut_widget.xml
src/FeaturesPlugin/extrusionfuse_widget.xml
src/FeaturesPlugin/group_widget.xml
src/FeaturesPlugin/intersection_widget.xml
src/FeaturesPlugin/pipe_widget.xml
src/FeaturesPlugin/placement_widget.xml
src/FeaturesPlugin/revolution_widget.xml
src/FeaturesPlugin/revolutioncut_widget.xml
src/FeaturesPlugin/revolutionfuse_widget.xml
src/FeaturesPlugin/rotation_widget.xml
src/FeaturesPlugin/translation_widget.xml
src/ModuleBase/ModuleBase_ResultPrs.cpp
src/ModuleBase/ModuleBase_ResultPrs.h
src/ModuleBase/ModuleBase_Tools.cpp
src/ModuleBase/ModuleBase_Tools.h
src/ModuleBase/ModuleBase_WidgetMultiSelector.cpp
src/ModuleBase/ModuleBase_WidgetMultiSelector.h
src/ModuleBase/ModuleBase_WidgetSelector.cpp
src/XGUI/XGUI_Displayer.cpp