Salome HOME
Debug : use plane for symmetry.
[modules/shaper.git] / src / FeaturesPlugin / multitranslation_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="First direction">
13     <shape_selector id="axis_first_dir"
14                     icon="icons/Features/axis.png"
15                     label="Axis"
16                     tooltip="Select an edge for the first direction"
17                     shape_types="edge"
18                     default="">
19       <validator id="GeomValidators_ShapeType" parameters="line"/>
20     </shape_selector>
21     <doublevalue id="step_first_dir"
22                  label="Step"
23                  step="1.0"
24                  default="0"
25                  icon="icons/Features/dimension_v.png"
26                  tooltip="Step for the first direction">
27     </doublevalue>
28     <integervalue id="nb_first_dir"
29                   label="Nb copies"
30                   step="1"
31                   default="2"
32                   icon=""
33                   tooltip="Number of copies for the first direction">
34     </integervalue>
35   </groupbox>
36   <optionalbox id="use_second_dir" title="Second direction">
37     <shape_selector id="axis_second_dir"
38                     icon="icons/Features/axis.png"
39                     label="Axis"
40                     tooltip="Select an edge for the second direction"
41                     shape_types="edge"
42                     default="">
43       <validator id="GeomValidators_ShapeType" parameters="line"/>
44     </shape_selector>
45     <doublevalue id="step_second_dir"
46                  label="Step"
47                  step="1.0"
48                  default="0"
49                  icon="icons/Features/dimension_v.png"
50                  tooltip="Step for the second direction">
51     </doublevalue>
52     <integervalue id="nb_second_dir"
53                   label="Nb copies"
54                   step="1"
55                   default="2"
56                   icon=""
57                   tooltip="Number of copies for the second direction">
58     </integervalue>
59   </optionalbox>
60 </source>