]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/extrusioncut_widget.xml
Salome HOME
80f1b714c855ac9495aaf5dde893acaad66bcc15
[modules/shaper.git] / src / FeaturesPlugin / extrusioncut_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <groupbox title="Extrusion">
5     <sketch_launcher id="sketch"
6       label="Sketch"
7       icon=":icons/sketch.png"
8       tooltip="Create or edit a sketch">
9       <validator id="GeomValidators_Face" parameters="plane"/>
10     </sketch_launcher>
11     <groupbox title="From">
12       <shape_selector id="from_object"
13                       icon=":icons/plane.png"
14                       label="Plane face"
15                       tooltip="Select a planar face"
16                       shape_types="face"
17                       default="&lt;sketch&gt;">
18         <validator id="GeomValidators_Face" parameters="plane"/>
19       </shape_selector>
20       <doublevalue id="from_size" label="Size"
21         min="0" step="1.0" default="0"
22         icon=":icons/dimension_down.png"
23         tooltip="Height">
24       </doublevalue>
25     </groupbox>
26     <groupbox title="To">
27       <shape_selector id="to_object"
28                       icon=":icons/plane_inverted.png"
29                       label="Plane face"
30                       tooltip="Select a planar face"
31                       shape_types="face"
32                       default="&lt;sketch&gt;">
33         <validator id="GeomValidators_Face" parameters="plane"/>
34       </shape_selector>
35       <doublevalue  id="to_size"
36         label="Size" min="0" step="1.0" default="0"
37         icon=":icons/dimension_up.png"
38         tooltip="Height">
39       </doublevalue>
40     </groupbox>
41   </groupbox>
42   <multi_selector id="cut_objects"
43     label="Cut from:"
44     icon=":icons/cut_shape.png"
45     tooltip="Objects to Cut"
46     type_choice="Solids">
47   </multi_selector>
48 </source>