2 <multi_selector id="main_objects"
5 tooltip="Select objects"
8 <validator id="FeaturesPlugin_ValidatorTransform"/>
10 <groupbox title="First direction">
11 <shape_selector id="axis_first_dir"
12 icon="icons/Features/axis.png"
14 tooltip="Select an edge for the first direction"
17 geometrical_selection="true">
18 <validator id="GeomValidators_ShapeType" parameters="line"/>
20 <doublevalue id="step_first_dir"
24 icon="icons/Features/dimension_v.png"
25 tooltip="Step for the first direction">
27 <integervalue id="nb_first_dir"
32 tooltip="Number of copies for the first direction">
35 <optionalbox id="use_second_dir" title="Second direction">
36 <shape_selector id="axis_second_dir"
37 icon="icons/Features/axis.png"
39 tooltip="Select an edge for the second direction"
42 geometrical_selection="true">
43 <validator id="GeomValidators_ShapeType" parameters="line"/>
45 <doublevalue id="step_second_dir"
49 icon="icons/Features/dimension_v.png"
50 tooltip="Step for the second direction">
52 <integervalue id="nb_second_dir"
57 tooltip="Number of copies for the second direction">