Salome HOME
Implementation notebook in the SMESH module.
[modules/smesh.git] / idl / SMESH_Hypothesis.idl
index 45f3c4d5d52ddefde65d6173feadfc0dae3512df..cf226ef9fcd4608564af2c5cda4ae3b2a422cd23 100644 (file)
@@ -39,8 +39,11 @@ module SMESH
     DIM_3D
   };
   
+  typedef sequence<string> ListOfParameters;
+
   interface SMESH_Hypothesis : SALOME::GenericObj
   {
+    
     /*!
      * Get the Hypothesis typeName 
      */
@@ -67,7 +70,12 @@ module SMESH
      *  Return list of notebook variables used for Hypothesis creation separated by ":" symbol
      */
     string GetParameters();
-    
+
+    /*!
+     *  Return list of last notebook variables used for Hypothesis creation.
+     */
+    ListOfParameters GetLastParameters();
+
     /*!
      * Verify whether hypothesis supports given entity type 
      */