]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/axis_widget.xml
Salome HOME
Small core corrections
[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   </shape_selector>
10   <shape_selector id="secondPoint"
11     label="Second point"
12     icon=":icons/point.png"
13     tooltip="Select a second point"
14     shape_types="vertex">
15   </shape_selector>
16 </source>