Salome HOME
Bug #1170: wrong object names in Main objects field Partition
[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="solid"
9     use_choice="false"
10     concealment="true">
11     <validator id="FeaturesPlugin_ValidatorTransform"/>
12   </multi_selector>
13   <shape_selector id="axis_object"
14                   icon=":icons/axis.png"
15                   label="Axis"
16                   tooltip="Select an edge for axis"
17                   shape_types="edge"
18                   default="">
19     <validator id="GeomValidators_ShapeType" parameters="line"/>
20   </shape_selector>
21   <doublevalue
22     id="angle"
23     label="Angle"
24     min="-360"
25     max="360"
26     step="1.0"
27     default="0"
28     icon=":icons/angle.png"
29     tooltip="Angle">
30   </doublevalue>
31 </source>