From 3c8202dd784113ec989e5fff0e1f252efde78751 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 27 Nov 2008 11:33:42 +0000 Subject: [PATCH] Dump Python extension --- idl/SMESH_Mesh.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.39.2