Salome HOME
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / idl / SMESH_Gen.idl
index 3d768383690df617a8a5d776e41d883618af54dc..052423ae1acc143206847c8987ea59c3e2adbd0a 100644 (file)
@@ -417,6 +417,13 @@ module SMESH
     void Move( in sobject_list what, 
               in SALOMEDS::SObject where, 
               in long row );
+    /*!
+     * Return true if algorithm can be applied
+     */
+    boolean IsApplicable( in string             theAlgoType,
+                          in string             theLibName,
+                          in GEOM::GEOM_Object  theShapeObject,
+                          in boolean            toCheckAll );
   };
 
 };