From: eap Date: Thu, 8 Sep 2016 10:07:12 +0000 (+0300) Subject: 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf X-Git-Tag: V8_1_0rc1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6bbdf09e31d471cdef5cb6bc2fcf4086d7c7e6c0;p=plugins%2Fblsurfplugin.git 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf Deactivate 3D Gradation by default --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx index d719193..f6e40b4 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx @@ -411,7 +411,7 @@ public: static bool GetDefaultMaxSizeRel() { return false; } static bool GetDefaultUseGradation() { return true; } static double GetDefaultGradation() { return 1.3; } - static bool GetDefaultUseVolumeGradation() { return true; } + static bool GetDefaultUseVolumeGradation() { return false; } static double GetDefaultVolumeGradation() { return 2; } static bool GetDefaultQuadAllowed() { return false; } static double GetDefaultAngleMesh() { return 8.0; }