Salome HOME
add new shape creation from groups
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index ea913123b87290bd257e49b2f009961753ef997d..c20a2b9b6c910cd077702d8f92ddc63a20b76cd3 100644 (file)
@@ -31,6 +31,7 @@
         <source path="group_addition_widget.xml"/>
       </feature>
 
+
       <feature id="GroupIntersection"
         title="Group Intersection"
         tooltip="Get elements existing in all groups"
         helpfile="groupSubstractionFeature.html">
         <source path="group_substraction_widget.xml"/>
       </feature>
+
+      <feature id="GroupShape"
+        title="Group Shape"
+        tooltip="Join several groups to single shape"
+        icon="icons/Collection/group_shape.png"
+        helpfile="groupShapeFeature.html">
+        <source path="group_addition_widget.xml"/>
+      </feature>
+
     </group>
   </workbench>
 </plugin>