]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
0022266: EDF 2703 SMESH: Gradation priority with BLSurf
authoreap <eap@opencascade.com>
Wed, 31 Jul 2013 08:29:32 +0000 (08:29 +0000)
committereap <eap@opencascade.com>
Wed, 31 Jul 2013 08:29:32 +0000 (08:29 +0000)
+  set_param(css, "max_number_of_points_per_patch", "1000000");

src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 4ca7d10a7ed3e7a1c38e7be0daa85ef28fdd2ed8..a32f622143b7a6b96209dedaf5a109f390c6c8ee 100644 (file)
@@ -818,6 +818,8 @@ void BLSURFPlugin_BLSURF::SetParameters(
     precad_set_param(pcs, "process_3d_topology",    _precadProcess3DTopology ? "1" : "0");
     precad_set_param(pcs, "discard_input_topology", _precadDiscardInput ? "1" : "0");
   }
+  // unlimit mesh size (issue 0022266)
+  set_param(css, "max_number_of_points_per_patch", "1000000");
   
    bool useGradation = false;
    switch (_physicalMesh)