]> SALOME platform Git repositories - plugins/hexoticplugin.git/blobdiff - idl/HexoticPlugin_Algorithm.idl
Salome HOME
BUG: HexoticPLUGIN/Size maps: Fixed some dump issues
[plugins/hexoticplugin.git] / idl / HexoticPlugin_Algorithm.idl
index cd9851e86275859ee6af8f9bcea0f95ac71a96e4..dae73d9a78c46057e62a0e4343303f02621d60ad 100644 (file)
@@ -93,9 +93,12 @@ module HexoticPlugin
 
     void SetSizeMapEntry(in string entry, 
                          in double size);
+    void UnsetSizeMapEntry(in string entry);
+
     void SetSizeMap(in GEOM::GEOM_Object GeomObj, 
                     in double size);
-    void ClearSizeMaps();
+    void UnsetSizeMap(in GEOM::GEOM_Object GeomObj);
+
     HexoticPluginSizeMapsList GetSizeMaps();
   };
 };