Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / BuildPlugin / filling_widget.xml
index a9e3930046e0d2f21a8abcbbd73efd31e2ebf666..2e08d24bae409b14c6087097d9116b85d4f0d770 100644 (file)
@@ -26,6 +26,7 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
                   type_choice="edges wires"
                   concealment="false">
     <validator id="PartSet_DifferentObjects"/>
+    <validator id="BuildPlugin_ValidatorFillingSelection"/>
   </multi_selector>
   <optionalbox id="advanced_options" title="Advanced options">
     <switch id="orientation" label="Orientation">
@@ -40,8 +41,9 @@ 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"/>
 </source>