Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / FeaturesPlugin / partition_widget.xml
index ec2ea7105f8ddf9022daf1140495e0df99aa9d8c..8f9f13e2934150fe8bc6fbe5abc8c7f3522136f8 100755 (executable)
@@ -5,8 +5,9 @@
     label="Base objects:"
     tooltip="Select objects for partitioning."
     type_choice="objects"
-    concealment="true">
-    <validator id="FeaturesPlugin_ValidatorPartitionSelection"/>
+    concealment="true"
+    clear_in_neutral_point="false">
+    <validator id="FeaturesPlugin_ValidatorPartitionSelection" parameters="Plane"/>
   </multi_selector>
-  <!--<validator id="GeomValidators_PartitionArguments" parameters="main_objects,tool_objects,partition_combine"/>-->
+  <validator id="GeomValidators_MinObjectsSelected" parameters="base_objects,2"/>
 </source>