Salome HOME
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
[modules/smesh.git] / idl / SMESH_Pattern.idl
index f02fe432680749dff4870da88419de3490281c08..fa1d7dd119bba1b3159e12e7eb15d19664af21d3 100644 (file)
@@ -174,8 +174,9 @@ module SMESH
 
     /*!
      * Return nodal connectivity of the elements of the pattern
+     * or of all elements to be crated
      */
-    array_of_long_array GetElementPoints();
+    array_of_long_array GetElementPoints(in boolean all);
   };
 };