]> SALOME platform Git repositories - plugins/blsurfplugin.git/blobdiff - idl/BLSURFPlugin_Algorithm.idl
Salome HOME
correction for bug #23439: add use_deprecated_patch_mesher parameter to allow the...
[plugins/blsurfplugin.git] / idl / BLSURFPlugin_Algorithm.idl
index 141982f352e57f2a8264ef0fdb289ec0c316b168..671fd60ffd2e7b6178641046211cc8341289fbb9 100644 (file)
@@ -343,6 +343,15 @@ module BLSURFPlugin
     void SetJacobianRectification( in boolean allowRectification );
     boolean GetJacobianRectification();
 
+    /*!
+     * Set use_deprecated_patch_mesher parameter (compatibility with older versions of Meshgems)
+     *
+     * the use_deprecated_patch_mesher parameter allows to keep the same behaviour than
+     * in salome < 8.3 (meshgems 2.1.11 instead of meshgems >= 2.4.5)
+     */
+    void SetUseDeprecatedPatchMesher( in boolean useDeprecatedPatchMesher );
+    boolean GetUseDeprecatedPatchMesher();
+
     /*!
      * Set max_number_of_points_per_patch parameter
      *