Salome HOME
aaf5ad8cb63578567a39effd0b0ef9491fe1c533
[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="main_objects"
5     label="Main objects"
6     icon=":icons/cut_shape.png"
7     tooltip="Select a solid objects"
8     type_choice="Objects Solids"
9     concealment="true">
10     <validator id="GeomValidators_PartSet"/>
11   </multi_selector>
12   <shape_selector id="axis_object"
13                   icon=":icons/axis.png"
14                   label="Axis"
15                   tooltip="Select an edge for axis"
16                   shape_types="edge"
17                   default="">
18     <validator id="GeomValidators_ShapeType" parameters="line"/>
19   </shape_selector>
20   <doublevalue
21     id="angle"
22     label="Angle"
23     min="-360"
24     max="360"
25     step="1.0"
26     default="0"
27     icon=":icons/angle.png"
28     tooltip="Angle">
29   </doublevalue>
30 </source>