]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/axis_widget.xml
Salome HOME
8bd931b3db24966ad81cb6fd162789186c98781f
[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   />
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>