Salome HOME
Implementation of 0022617: [CEA 1060] In OCC view, add "Show vertices" in the context...
[modules/geom.git] / src / GEOM_SWIG_WITHIHM / libGEOM_Swig.h
index 60cb10cfabe75d54aba2e910364d77a2aaed801a..1fd1d864e10ec59941e13c99985141579b748f17 100644 (file)
@@ -41,6 +41,7 @@ public:
 
   void setDisplayMode( const char* theEntry, int theMode, bool theUpdateViewer = true );
   void setVectorsMode( const char* theEntry, bool theOn, bool theUpdateViewer = true );
+  void setVerticesMode( const char* theEntry, bool theOn, bool theUpdateViewer = true );
   void setColor( const char* theEntry, int theRed, int theGreen, int theBlue, bool theUpdateViewer = true );
   void setTransparency( const char* theEntry, float theTransparency, bool theUpdateViewer = true );
   void setIsos( const char* theEntry, int theNbU, int theNbV, bool theUpdateViewer = true );