From b9d5b370b5b7f368f510394197db803d5344d526 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Sep 2016 17:57:44 +0300 Subject: [PATCH] 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf Re-activate Gradation by default --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2