Salome HOME
23051: [CEA 1470] SMESH NetGen - Local refinement not computed and dumped properly
[plugins/netgenplugin.git] / idl / NETGENPlugin_Algorithm.idl
index 16b7a0767a1543a8d868f7e991b78f55c819a1c4..a8f1fd687edb3dc705c2b2ce0634cc4fb52d977b 100644 (file)
@@ -104,7 +104,8 @@ module NETGENPlugin
     void SetFuseEdges(in boolean value);
     boolean GetFuseEdges();
 
-    void SetLocalSizeOnShape(in GEOM::GEOM_Object GeomObj, in double localSize);
+    void SetLocalSizeOnShape(in GEOM::GEOM_Object GeomObj, in double localSize)
+      raises (SALOME::SALOME_Exception);
     void SetLocalSizeOnEntry(in string entry, in double localSize);
     double GetLocalSizeOnEntry(in string entry);
     string_array GetLocalSizeEntries();