Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
index 435a2e7b38242583d3debda97a558b9f9dcf111d..97796f3025a845ed53ec51095e69b52057c86b77 100644 (file)
@@ -8,14 +8,14 @@
         icon=":icons/point.png"
         tooltip="Select a first point"
         shape_types="vertex">
-        <validator id="ModuleBase_ValidatorNoConstructionSubShapes"/>
+        <validator id="GeomValidators_ConstructionComposite"/>
       </shape_selector>
       <shape_selector id="SecondPoint"
         label="Second point"
         icon=":icons/point.png"
         tooltip="Select a second point"
         shape_types="vertex">
-        <validator id="ModuleBase_ValidatorNoConstructionSubShapes"/>
+        <validator id="GeomValidators_ConstructionComposite"/>
         <validator id="PartSet_DifferentShapes"/>
       </shape_selector>
     </box>
@@ -25,6 +25,7 @@
         icon=":icons/circle.png" 
         tooltip="Select a cylindrical object"
         shape_types="face solid shell">
+        <validator id="GeomValidators_Face" parameters="cylinder"/>
       </shape_selector>
     </box>
   </toolbox>