]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/axis_widget.xml
Salome HOME
f612a83d08e470a660ae85390bfd57f6d2badecc
[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_DifferentObjects"/>
18   </shape_selector>
19 </source>