Salome HOME
Issue #2593: CEA 2018-2 Geometrical Naming
[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                     geometrical_selection="true">
20       <validator id="GeomValidators_ShapeType" parameters="line"/>
21     </shape_selector>
22     <optionalbox id="use_step_angular" title="Angular step">
23       <doublevalue id="step_angular"
24                    label="Angular step"
25                    step="1.0"
26                    default="0"
27                    tooltip="Step for the angular direction">
28       </doublevalue>
29     </optionalbox>
30     <integervalue id="nb_angular"
31                   label="Nb copies"
32                   step="1"
33                   default="2"
34                   icon=""
35                   tooltip="Number of copies for the first direction">
36     </integervalue>
37   </groupbox>
38   <!--<optionalbox id="use_radial_dir" title="Radial direction">
39     <doublevalue id="step_radial"
40                  label="Step"
41                  step="1.0"
42                  default="0"
43                  icon="icons/Features/dimension_v.png"
44                  tooltip="Step for the radial direction">
45     </doublevalue>
46     <integervalue id="nb_radial"
47                   label="Nb copies"
48                   step="1"
49                   default="2"
50                   icon=""
51                   tooltip="Number of copies for the radial direction">
52     </integervalue>
53   </optionalbox>-->
54 </source>