Salome HOME
Correction for previous integration.
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
index 7173f114c221a717744fadfb16b72a478dd964e9..bdb7a148f57cbac91da12fa7ed7d6815528f6148 100644 (file)
@@ -1,30 +1,33 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <toolbox id="creationMethod">
-    <box id="AxisByPointsCase" title="By two points">
-      <shape_selector id="firstPoint"
+  <toolbox id="CreationMethod">
+    <box id="AxisByPointsCase" title="By two points" icon=":icons/point.png">
+      <shape_selector id="FirstPoint"
         label="First point"
-        icon=":icons/point.png"
+        icon=":icons/by_two_points_32x32.png"
         tooltip="Select a first point"
         shape_types="vertex">
-        <selection_filter id="NoConstructionSubShapesFilter"/>
+        <validator id="GeomValidators_ConstructionComposite"/>
+        <validator id="GeomValidators_ShapeType" parameters="vertex"/>
       </shape_selector>
-      <shape_selector id="secondPoint"
+      <shape_selector id="SecondPoint"
         label="Second point"
         icon=":icons/point.png"
         tooltip="Select a second point"
         shape_types="vertex">
-        <selection_filter id="NoConstructionSubShapesFilter"/>
-        <validator id="PartSet_DifferentShapes"/>
+        <validator id="GeomValidators_ConstructionComposite"/>
+        <validator id="GeomValidators_ShapeType" parameters="vertex"/>
+        <validator id="GeomValidators_DifferentShapes"/>
       </shape_selector>
     </box>
-    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face">
-      <shape_selector id="cylindricalFace" 
+    <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face" icon=":icons/circle.png">
+      <shape_selector id="CylindricalFace"
         label="Main object" 
-        icon=":icons/circle.png" 
+        icon=":icons/cylindrical_face_32x32.png" 
         tooltip="Select a cylindrical object"
         shape_types="face solid shell">
+        <validator id="GeomValidators_Face" parameters="cylinder"/>
       </shape_selector>
     </box>
   </toolbox>