Salome HOME
Dump Python extension
authorouv <ouv@opencascade.com>
Thu, 27 Nov 2008 11:33:42 +0000 (11:33 +0000)
committerouv <ouv@opencascade.com>
Thu, 27 Nov 2008 11:33:42 +0000 (11:33 +0000)
idl/SMESH_Mesh.idl

index a29123bc965e44a936fef918ef680ec882cc254f..45c422ed14376b094f45ec8c9e961369d8b7a1ca 100644 (file)
@@ -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