Salome HOME
Dump python extension.
[modules/smesh.git] / idl / SMESH_Hypothesis.idl
index cf226ef9fcd4608564af2c5cda4ae3b2a422cd23..0396338abee322884c1c5000ba3676c54c22cbaf 100644 (file)
@@ -76,6 +76,18 @@ module SMESH
      */
     ListOfParameters GetLastParameters();
 
+    /*!
+     *  Set list of parameters
+     *  \param theParameters is a string containing the last notebook variables separated by ":" symbol,
+     *         used for Hypothesis creation
+     */
+    void SetLastParameters(in string theParameters);
+    
+    /*!
+     * Clear parameters list
+     */
+    void ClearParameters();
+
     /*!
      * Verify whether hypothesis supports given entity type 
      */