Salome HOME
Specification controls
[modules/shaper.git] / src / FeaturesPlugin / rotation_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <multi_selector id="base"
5     label="Select a sketch face"
6     icon=":icons/cut_shape.png"
7     tooltip="Select a sketch face"
8     type_choice="Solids">
9   </multi_selector>
10   <shape_selector id="axis_object"
11                   icon=":icons/axis.png"
12                   label="Axis"
13                   tooltip="Select an edge for axis"
14                   shape_types="edge"
15                   default="">
16   </shape_selector>
17   <doublevalue
18     id="angle"
19     label="Angle"
20     min="0"
21     step="1.0"
22     default="0"
23     icon=":icons/radius.png"
24     tooltip="Angle">
25   </doublevalue>
26 </source>