From: akl Date: Thu, 28 Aug 2014 08:16:43 +0000 (+0400) Subject: Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the context... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2bae3872962b11a3146238d6955deaa2bbc4c341;p=modules%2Fyacs.git Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the contextual menu. --- diff --git a/src/KERNEL_PY/salome_ComponentGUI.py b/src/KERNEL_PY/salome_ComponentGUI.py index 902e5d33f..9c6ef033f 100644 --- a/src/KERNEL_PY/salome_ComponentGUI.py +++ b/src/KERNEL_PY/salome_ComponentGUI.py @@ -69,6 +69,11 @@ def setVectorsMode(objId, mode): #-------------------------------------------------------------------------- +def setVerticesMode(objId, mode): + return + + #-------------------------------------------------------------------------- + # --- From SMESHGUI_SWIG #--------------------------------------------------------------------------