Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <shape_selector id="placement_base_face" 
5     label="Select a face" 
6     icon=":icons/cut_shape.png" 
7     tooltip="Select a face a one object"
8     shape_types="face"
9     use_subshapes="true"
10   />
11   <shape_selector id="placement_attractable_face" 
12                 label="Select a face" 
13                 icon=":icons/cut_shape.png" 
14                 tooltip="Select a face of another object" 
15                 shape_types="face" 
16                 use_subshapes="true"    
17                 concealment="true" >
18         <validator id="PartSet_DifferentObjects"/>
19   </shape_selector>
20 </source>