mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
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:
parent
9c81b247e5
commit
751c6aceb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user