Salome HOME
3a1f83feb772573df3df2b5e9777b445eddd0ea6
[modules/shaper.git] / src / CollectionPlugin / group_widget.xml
1 <source>
2   <namevalue id="name"
3     label="Name"
4     placeholder="Please input the group name">
5   </namevalue>
6   <multi_selector id="group_list"
7     tooltip="Select a set of objects"
8     type_choice="Vertices Edges Faces Solids"
9     use_choice="true"
10     clear_in_neutral_point="false"
11     filter_points="false"
12     same_topology="true">
13     <validator id="GeomValidators_BodyShapes"/>
14   </multi_selector>
15 </source>