From: eap Date: Wed, 7 Sep 2016 14:57:44 +0000 (+0300) Subject: 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf X-Git-Tag: V8_1_0rc1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9d5b370b5b7f368f510394197db803d5344d526;p=plugins%2Fblsurfplugin.git 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf Re-activate Gradation by default --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx index 70a97ab..b8302b7 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx @@ -407,9 +407,9 @@ public: static double GetDefaultMaxSize(double diagonal); static double GetDefaultMaxSize() { return undefinedDouble(); } static bool GetDefaultMaxSizeRel() { return false; } - static bool GetDefaultUseGradation() { return false; } + static bool GetDefaultUseGradation() { return true; } static double GetDefaultGradation() { return 1.3; } - static bool GetDefaultUseVolumeGradation() { return false; } + static bool GetDefaultUseVolumeGradation() { return true; } static double GetDefaultVolumeGradation() { return 2; } static bool GetDefaultQuadAllowed() { return false; } static double GetDefaultAngleMesh() { return 8.0; }