]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/placement_widget.xml
Salome HOME
0e6f3488ed79e275bba215df08f93b21c30151e1
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
1 <source>
2   <shape_selector id="placement_base_face" 
3     label="Select a face" 
4     icon=":icons/cut_shape.png" 
5     tooltip="Select a face a one object"
6     shape_types="face"
7     use_subshapes="true"
8   />
9   <shape_selector id="placement_attractable_face" 
10     label="Select a face" 
11     icon=":icons/cut_shape.png" 
12     tooltip="Select a face of another object"
13     shape_types="face"
14     use_subshapes="true"
15         concealment="true"
16   />
17   <!-- In order to avoid automatic closing of operation -->
18   <label id="" label="" internal="1"/>
19 </source>