From 6bbdf09e31d471cdef5cb6bc2fcf4086d7c7e6c0 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 8 Sep 2016 13:07:12 +0300 Subject: [PATCH] 23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf Deactivate 3D Gradation by default --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2