Salome HOME
Fixed Salome crashed after close application with opened "Add Quadratic element"
[modules/smesh.git] / idl / SMESH_Gen.idl
index 3d768383690df617a8a5d776e41d883618af54dc..c987a0770be5a2d97033da6d89a3b4a226280e32 100644 (file)
@@ -363,7 +363,7 @@ module SMESH
       raises ( SALOME::SALOME_Exception );
 
     /*!
-     * Return indeces of faces, edges and vertices of given sub-shapes
+     * Return indices of faces, edges and vertices of given sub-shapes
      * within theMainObject
      */
     long_array GetSubShapesId( in GEOM::GEOM_Object theMainObject,
@@ -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 );
   };
 
 };