X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Hypothesis.idl;fp=idl%2FSMESH_Hypothesis.idl;h=0396338abee322884c1c5000ba3676c54c22cbaf;hp=cf226ef9fcd4608564af2c5cda4ae3b2a422cd23;hb=044316562025258053dd5cdd512918e98fa55c58;hpb=c6d77cd8ea9e533fda59ae506999d82d122e07db diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index cf226ef9f..0396338ab 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -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 */