Salome HOME
Fix the problem of the sketch plane update
[modules/shaper.git] / src / CollectionPlugin / group_widget.xml
index 31c1c367967596c3b2c026ffc469aa3924291416..f892893bb12d716c006e748d865c5da21740bf13 100644 (file)
@@ -20,11 +20,17 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
 -->
 
 <source>
+  <namevalue id="name"
+    label="Name"
+    placeholder="Please input the group name">
+  </namevalue>
   <multi_selector id="group_list"
     tooltip="Select a set of objects"
     type_choice="Vertices Edges Faces Solids"
     use_choice="true"
-    clear_in_neutral_point="false">
+    clear_in_neutral_point="false"
+    filter_points="false"
+    same_topology="true">
     <validator id="GeomValidators_BodyShapes"/>
   </multi_selector>
 </source>
\ No newline at end of file