Salome HOME
Fix compilation error
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 6ebd05466c8ab6af5b0c6513743e0c575c975420..ea913123b87290bd257e49b2f009961753ef997d 100644 (file)
@@ -1,23 +1,51 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <plugin>
   <workbench id="Features" document="Part">
     <group id="Collections">
+      <feature id="Field"
+        title="Field"
+        tooltip="Create fields for selected shapes"
+        icon="icons/Collection/field.png"
+        helpfile="fieldFeature.html">
+        <field-panel id="selected"
+          filter_points="false" >
+          <validator id="GeomValidators_BodyShapes"/>
+        </field-panel>
+        <validator id="CollectionPlugin_FieldValidator"/>
+      </feature>
+
       <feature id="Group"
         title="Group"
         tooltip="Create named collection of geometry entities"
-        icon="icons/Collection/shape_group.png">
+        icon="icons/Collection/shape_group.png"
+        apply_continue="true"
+        helpfile="groupFeature.html"
+        hidefaces_panel="true">
         <source path="group_widget.xml"/>
       </feature>
-      
-      <feature id="Field"
-        title="Field"
-        tooltip="Create create fields for selected shapes"
-        icon="icons/Collection/field.png">
-        <field-panel id="selected">
-          <validator id="GeomValidators_BodyShapes"/>
-        </field-panel>
-      </feature>      
+
+      <feature id="GroupAddition"
+        title="Group Addition"
+        tooltip="Join several groups to single group"
+        icon="icons/Collection/group_addition.png"
+        helpfile="groupAdditionFeature.html">
+        <source path="group_addition_widget.xml"/>
+      </feature>
+
+      <feature id="GroupIntersection"
+        title="Group Intersection"
+        tooltip="Get elements existing in all groups"
+        icon="icons/Collection/group_intersection.png"
+        helpfile="groupIntersectionFeature.html">
+        <source path="group_intersection_widget.xml"/>
+      </feature>
+
+      <feature id="GroupSubstraction"
+        title="Group Substraction"
+        tooltip="Exclude elements existing tool groups"
+        icon="icons/Collection/group_substraction.png"
+        helpfile="groupSubstractionFeature.html">
+        <source path="group_substraction_widget.xml"/>
+      </feature>
     </group>
   </workbench>
 </plugin>