Salome HOME
Added selection validator for intersection. Fixed dll exports.
[modules/shaper.git] / src / FeaturesPlugin / intersection_widget.xml
index 988f3e07f366b32eb09e889ffadad6aa27f137ce..7dac829aebe6984738646542fe834aed6e6cf4a8 100644 (file)
@@ -9,7 +9,7 @@
     use_choice="false"
     concealment="true">
     <validator id="PartSet_DifferentObjects"/>
-    <validator id="GeomValidators_ShapeType" parameters="edge,face,solid"/>
+    <validator id="GeomValidators_IntersectionSelection"/>
   </multi_selector>
   <multi_selector id="tool_objects"
     label="Tool objects"
@@ -19,6 +19,6 @@
     use_choice="false"
     concealment="true">
     <validator id="PartSet_DifferentObjects"/>
-    <validator id="GeomValidators_ShapeType" parameters="edge,face,solid"/>
+    <validator id="GeomValidators_IntersectionSelection"/>
   </multi_selector>
 </source>