Salome HOME
Added multirotation feature.
[modules/shaper.git] / src / FeaturesPlugin / multirotation_widget.xml
1 <!-- Copyright (C) 2014-201x CEA/DEN, EDF R&D -->
2
3 <source>
4   <multi_selector id="main_objects"
5                   label="Main objects"
6                   icon=""
7                   tooltip="Select objects"
8                   type_choice="objects"
9                   concealment="true">
10     <validator id="FeaturesPlugin_ValidatorTransform"/>
11   </multi_selector>
12   <groupbox title="Angular direction">
13     <shape_selector id="axis_angular"
14                     icon="icons/Features/axis.png"
15                     label="Axis"
16                     tooltip="Select an edge for the angular direction"
17                     shape_types="edge"
18                     default="">
19       <validator id="GeomValidators_ShapeType" parameters="line"/>
20     </shape_selector>
21     <optionalbox id="use_step_angular" title="Angular step">
22       <doublevalue id="step_angular"
23                    label="Angular step"
24                    step="1.0"
25                    default="0"
26                    tooltip="Step for the angular direction">
27       </doublevalue>
28     </optionalbox>
29     <integervalue id="nb_angular"
30                   label="Nb copies"
31                   step="1"
32                   default="2"
33                   icon=""
34                   tooltip="Number of copies for the first direction">
35     </integervalue>
36   </groupbox>
37   <!--<optionalbox id="use_radial_dir" title="Radial direction">
38     <doublevalue id="step_radial"
39                  label="Step"
40                  step="1.0"
41                  default="0"
42                  icon="icons/Features/dimension_v.png"
43                  tooltip="Step for the radial direction">
44     </doublevalue>
45     <integervalue id="nb_radial"
46                   label="Nb copies"
47                   step="1"
48                   default="2"
49                   icon=""
50                   tooltip="Number of copies for the radial direction">
51     </integervalue>
52   </optionalbox>-->
53 </source>