Salome HOME
0da033573ff5408b12a105cd25f669fbdde9e258
[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         <validator id="PartSet_DifferentObjects"/>
17   </shape_selector>
18 </source>