Salome HOME
To show notebook variables in the Object Browser.
[modules/geom.git] / idl / GEOM_Gen.idl
index 7c2ffe0df4f1599cc121c7ec109a53494e51695e..9a8569e61aae86bc5a5f52ff8324a2057468869d 100644 (file)
@@ -231,6 +231,20 @@ module GEOM
      *  For example, method return false for GEOM_MARKER
      */
      boolean IsShape();
+     
+     
+     /*!
+     *  Set list of parameters
+     *  \param theParameters is a string containing the notebook variables separated by ":" symbol,
+     *         used for object creation
+     */
+    void SetParameters (in string theParameters);
+                           
+    /*!
+     *  Return list of notebook variables used for object creation separated by ":" symbol
+     */
+    string GetParameters();
+                                             
   };