]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
#17845 [EDF] Modifications of Automatic meshing eap/edf_improvements_2019
authoreap <eap@opencascade.com>
Wed, 6 Nov 2019 12:07:12 +0000 (15:07 +0300)
committereap <eap@opencascade.com>
Wed, 6 Nov 2019 12:07:12 +0000 (15:07 +0300)
   activate "Use internal vertices of all faces"

src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx

index ef6a1bc79e61c4189048356380510a9b141ff4f5..0cb9ad9411eeef8d1ed8edb04044a0da1452f966 100644 (file)
@@ -3583,6 +3583,8 @@ bool BLSURFPlugin_Hypothesis::SetParametersByDefaults(const TDefaults&  dflts,
     _maxSize      = dflts._elemLength * 2.;
     _chordalError = dflts._elemLength / 2.;
     _elementType  = dflts._quadDominated ? Quadrangles : Triangles;
+    _physicalMesh = PhysicalLocalSize; // to activate _enforcedInternalVerticesAllFaces
+    _enforcedInternalVerticesAllFaces = true;
   }
   else
   {