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);
This commit is contained in:
eap 2013-03-29 13:33:01 +00:00
parent 9c81b247e5
commit 751c6aceb0

View File

@ -76,33 +76,12 @@ module SMESH
string GetVarParameter (in string methodName); string GetVarParameter (in string methodName);
/*! /*!
* Set list of parameters * \brief Store a hypothesis wrapping this not published one.
* \param theParameters is a string containing the notebook variables separated by ":" symbol, *
* used for Hypothesis creation * 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); void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp);
// /*!
// * 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();
/*! /*!
* Verify whether hypothesis supports given entity type * Verify whether hypothesis supports given entity type