Salome HOME
Fix of crash in issue #416
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <shape_selector id="firstPoint"
5     label="First point"
6     icon=":icons/point.png"
7     tooltip="Select a first point"
8     shape_types="vertex">
9     <selection_filter id="NoConstructionSubShapesFilter"/>
10   </shape_selector>
11   <shape_selector id="secondPoint"
12     label="Second point"
13     icon=":icons/point.png"
14     tooltip="Select a second point"
15     shape_types="vertex">
16     <selection_filter id="NoConstructionSubShapesFilter"/>
17     <validator id="PartSet_DifferentShapes"/>
18   </shape_selector>
19 </source>