X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBLSURFPlugin%2FBLSURFPluginBuilder.py;fp=src%2FBLSURFPlugin%2FBLSURFPluginBuilder.py;h=4548fa314698a9d019fc9cb19dd95c144cf1d3ce;hb=deb77ce400a5a40275c8310bada89c9091ff6ebb;hp=af4e99d7f139edaf2f92aa711c5a5906fc7831c2;hpb=6acca6e297db7099c8c1505788907a36fa49e08e;p=plugins%2Fblsurfplugin.git diff --git a/src/BLSURFPlugin/BLSURFPluginBuilder.py b/src/BLSURFPlugin/BLSURFPluginBuilder.py index af4e99d..4548fa3 100644 --- a/src/BLSURFPlugin/BLSURFPluginBuilder.py +++ b/src/BLSURFPlugin/BLSURFPluginBuilder.py @@ -234,6 +234,14 @@ class BLSURF_Algorithm(Mesh_Algorithm): def SetJacobianRectification( self, allowRectification ): self.Parameters().SetJacobianRectification( allowRectification ) + ## 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) + # + def SetUseDeprecatedPatchMesher( self, useDeprecatedPatchMesher ): + self.Parameters().SetUseDeprecatedPatchMesher( useDeprecatedPatchMesher ) + ## Set respect_geometry parameter # # This patch independent option can be deactivated to allow MeshGems-CADSurf