Salome HOME
Feature #534: 5.01. Body placement by 3D rotation in respect to axis
[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="Solids"
9     concealment="true">
10   </multi_selector>
11   <shape_selector id="axis_object"
12                   icon=":icons/axis.png"
13                   label="Axis"
14                   tooltip="Select an edge for axis"
15                   shape_types="edge"
16                   default="">
17     <validator id="GeomValidators_ShapeType" parameters="line"/>
18   </shape_selector>
19   <doublevalue
20     id="angle"
21     label="Angle"
22     min="-360"
23     max="360"
24     step="1.0"
25     default="0"
26     icon=":icons/radius.png"
27     tooltip="Angle">
28   </doublevalue>
29 </source>