]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/axis_widget.xml
Salome HOME
Preselection using in operations: setSelection of widget returns a modified list...
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
index 97796f3025a845ed53ec51095e69b52057c86b77..86afa347385f6d33e9e0d53579d30f94aeb772cf 100644 (file)
@@ -9,6 +9,7 @@
         tooltip="Select a first point"
         shape_types="vertex">
         <validator id="GeomValidators_ConstructionComposite"/>
+        <validator id="GeomValidators_ShapeType" parameters="vertex"/>
       </shape_selector>
       <shape_selector id="SecondPoint"
         label="Second point"
@@ -16,6 +17,7 @@
         tooltip="Select a second point"
         shape_types="vertex">
         <validator id="GeomValidators_ConstructionComposite"/>
+        <validator id="GeomValidators_ShapeType" parameters="vertex"/>
         <validator id="PartSet_DifferentShapes"/>
       </shape_selector>
     </box>