Salome HOME
add a Python function to change the container name to use for GEOM: parametric and...
[modules/hydro.git] / src / HYDROPy / HYDROData_CalculationCase.sip
index 10532be631e36330539c1b34b5a726e9cca54832..b46ac06e9fae3f101d947f93f57c42df27666c33 100644 (file)
@@ -374,6 +374,12 @@ public:
    */
   void RemoveSplitGroups();
 
+  /**
+   * \brief Set the Container Name to use when not default (FactoryServer).
+   * \param theContainerName the name of the container used for GEOM 
+   *        (to be used by scripts for distributed execution)
+   */
+  void SetContainerName( const QString& theContainerName );
 
   /**
    * Exports the calculation case data (shell and groups) to GEOM module.