Salome HOME
23338: [CEA 1943] Regression on the quality of the meshes obtained by CADSurf
authoreap <eap@opencascade.com>
Thu, 8 Sep 2016 10:07:12 +0000 (13:07 +0300)
committereap <eap@opencascade.com>
Thu, 8 Sep 2016 10:07:12 +0000 (13:07 +0300)
 Deactivate 3D Gradation by default

src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx

index d719193aea6aabcad40637d1ed228e11c39af2aa..f6e40b4f1805bf8b6f4920b6b54595b0a0b5fd83 100644 (file)
@@ -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; }