Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
index 4a8832004b43d339540bc395cccd6a9f966820e0..109d0d62cf7f4fa3f97fefe89734e455fa5a12c1 100644 (file)
@@ -1,17 +1,17 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <shape_selector id="placement_base_face
-    label="Select a face
+  <shape_selector id="placement_base_object
+    label="Select an object
     icon=":icons/cut_shape.png" 
-    tooltip="Select a destination face"
-    shape_types="face"
+    tooltip="Select a destination element"
+    shape_types="face edge vertex"
   />
-  <shape_selector id="placement_attractable_face
-    label="Select a face
+  <shape_selector id="placement_attractable_object
+    label="Select an object
     icon=":icons/cut_shape.png" 
-    tooltip="Select a face of moved object" 
-    shape_types="face" 
+    tooltip="Select an element of moved object" 
+    shape_types="face edge vertex
     concealment="true" >
     <validator id="PartSet_DifferentObjects"/>
   </shape_selector>