]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Allow the Intersection and Substraction group features select groups as arguments.
authormpv <mpv@opencascade.com>
Wed, 11 Sep 2019 13:11:44 +0000 (16:11 +0300)
committerazv <azv@opencascade.com>
Mon, 23 Sep 2019 09:37:52 +0000 (12:37 +0300)
src/CollectionPlugin/group_intersection_widget.xml
src/CollectionPlugin/group_substraction_widget.xml

index 35cbf714f22d00691b172d211e3ff187bb304bb6..98f21d97e4c092f32d0039f3b6b28c84ce420253 100644 (file)
@@ -6,7 +6,8 @@
   <multi_selector id="group_list"
                   label="Base groups:"
                   tooltip="Select a set of groups"
-                  shape_types="objects">
+                  shape_types="objects"
+                  allow_objects="Group">
     <validator id="CollectionPlugin_OperationAttribute"/>
   </multi_selector>
 </source>
index ebd76f0ebdc57595c0590ad6f73f614165153874..924e4a63159d1037fdb0c3611c4b819a80c37ba0 100644 (file)
@@ -6,13 +6,15 @@
   <multi_selector id="group_list"
                   label="Main groups:"
                   tooltip="Select a set of groups"
-                  shape_types="objects">
+                  shape_types="objects"
+                  allow_objects="Group">
     <validator id="CollectionPlugin_OperationAttribute" parameters="tools_list"/>
   </multi_selector>
   <multi_selector id="tools_list"
                   label="Tool groups:"
                   tooltip="Select a set of groups"
-                  shape_types="objects">
+                  shape_types="objects"
+                  allow_objects="Group">
     <validator id="CollectionPlugin_OperationAttribute" parameters="group_list"/>
   </multi_selector>
 </source>