From: eap Date: Fri, 29 Mar 2013 13:33:01 +0000 (+0000) Subject: 0051789: TC7.2.0: NoteBook cannot update study X-Git-Tag: pluginMGCleaner~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=751c6aceb0bfd8ec911313a8778a9e711d6c6995;p=modules%2Fsmesh.git 0051789: TC7.2.0: NoteBook cannot update study Fix for "LayerDistribution" hypothesis + * \brief Store a hypothesis wrapping this not published one. + * + * This hyp, which has no own parameters but is published, is used to store variables + * defining parameters of this hypothesis. + */ + void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp); --- diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index 673c74700..55848758c 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -76,33 +76,12 @@ module SMESH string GetVarParameter (in string methodName); /*! - * Set list of parameters - * \param theParameters is a string containing the notebook variables separated by ":" symbol, - * used for Hypothesis creation + * \brief Store a hypothesis wrapping this not published one. + * + * This hyp, which has no own parameters but is published, is used to store variables + * defining parameters of this hypothesis. */ - // void SetParameters (in string theParameters); - - // /*! - // * 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(); - - // /*! - // * 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(); + void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp); /*! * Verify whether hypothesis supports given entity type