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