From: ouv Date: Thu, 27 Nov 2008 11:33:42 +0000 (+0000) Subject: Dump Python extension X-Git-Tag: TG_DumpPython_Extension_3~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c8202dd784113ec989e5fff0e1f252efde78751;p=modules%2Fsmesh.git Dump Python extension --- diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index a29123bc9..45c422ed1 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -649,6 +649,22 @@ module SMESH /*! Gets information about imported MED file */ SALOME_MED::MedFileInfo GetMEDFileInfo(); + + /*! + * Sets list of notebook variables used for Mesh operations separated by ":" symbol + * \param theParameters is a string containing the notebook variables + */ + void SetParameters (in string theParameters); + + /*! + * Returns list of notebook variables used for Mesh operations separated by ":" symbol + */ + string GetParameters(); + + /*! + * Returns list of notebook variables used for last Mesh operation + */ + string_array GetLastParameters(); }; interface SMESH_subMesh : SALOME::GenericObj, SMESH_IDSource