Salome HOME
Issue #1412: Activate selection mode FACES for sketcher only in operations with selector:
authornds <nds@opencascade.com>
Fri, 27 May 2016 08:00:25 +0000 (11:00 +0300)
committernds <nds@opencascade.com>
Fri, 27 May 2016 08:01:19 +0000 (11:01 +0300)
commit36358763f1b843f3d5cfc49b9bd56a9a9b0b7771
tree00924fd8fde7c623ffb4f4b0d6ca49c4fcd629cb
parent42bbd2b3d1eff4ae44ed3d6957ad8996156a1dba
Issue #1412: Activate selection mode FACES for sketcher only in operations with selector:

correction for wrong case in Extrusion operation.
New custom selection modes(Face, Wire) are implemented in Sketch presentation which is switched on by module when corresponded standard modes are mentioned in XML. It is switched on/off when the Property panel widget control is activated.
src/ModuleBase/ModuleBase_IModule.h
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/PartSet/PartSet_ResultSketchPrs.cpp
src/PartSet/PartSet_ResultSketchPrs.h
src/SketcherPrs/SketcherPrs_Tools.h
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_ModuleConnector.cpp