Salome HOME
e6472b6dbec49373a3065e574d66d949c48d7dd0
[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 for the axis"
8     shape_types="vertex"
9   />
10   <shape_selector id="secondPoint"
11     label="Second point"
12     icon=":icons/point.png"
13     tooltip="Select a second point for the axis"
14     shape_types="vertex">
15     <validator id="PartSet_DifferentObjects"/>
16   </shape_selector>
17 </source>