]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2410: Filling - difference with GEOM
authorazv <azv@opencascade.com>
Mon, 22 Jan 2018 12:47:40 +0000 (15:47 +0300)
committerazv <azv@opencascade.com>
Mon, 22 Jan 2018 12:48:21 +0000 (15:48 +0300)
Set minimal values for tolerances

src/BuildPlugin/filling_widget.xml

index 11813689796ea1fe33e08c0be1f1bfd9044feb12..2e08d24bae409b14c6087097d9116b85d4f0d770 100644 (file)
@@ -41,8 +41,8 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
       <validator id="GeomValidators_GreaterOrEqual" parameters="min_degree"/>
     </integervalue>
     <integervalue id="nb_iter" label="Nb iter" min="0" default="0"/>
-    <doublevalue id="tol_2d" label="Tol 2D" min="0" default="0.0001" step="0.0001"/>
-    <doublevalue id="tol_3d" label="Tol 3D" min="0" default="0.0001" step="0.0001"/>
+    <doublevalue id="tol_2d" label="Tol 2D" min="1.e-5" default="0.0001" step="0.0001"/>
+    <doublevalue id="tol_3d" label="Tol 3D" min="1.e-5" default="0.0001" step="0.0001"/>
     <boolvalue id="approximation" label="Approximation"/>
   </optionalbox>
   <validator id="GeomValidators_MinObjectsSelected" parameters="base_objects,2"/>