Salome HOME
Hide source body on extrusion cut
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
index 4a8832004b43d339540bc395cccd6a9f966820e0..2e6b8f2375504eebcc59ac3eeea13eeb9d71e2d4 100644 (file)
@@ -1,17 +1,28 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <shape_selector id="placement_base_face" 
-    label="Select a face" 
+  <!--Modification for specification of 1.3.0
+  <multi_selector id="base"
+    label="Select a sketch face"
+    icon=":icons/cut_shape.png"
+    tooltip="Select a sketch face"
+    type_choice="Solids">
+  </multi_selector>-->
+  <!--Modification for specification of 1.3.0
+    icon=":icons/placement_from.png"-->
+  <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" 
-    icon=":icons/cut_shape.png" 
-    tooltip="Select a face of moved object" 
-    shape_types="face" 
+  <!--Modification for specification of 1.3.0
+      icon=":icons/placement_to.png"-->
+  <shape_selector id="placement_attractable_object" 
+    label="Select an object" 
+    icon=":icons/cut_shape.png"
+    tooltip="Select an element of moved object" 
+    shape_types="face edge vertex" 
     concealment="true" >
     <validator id="PartSet_DifferentObjects"/>
   </shape_selector>