Salome HOME
Issue #251. Append Export/Import NewGeom commands in the SALOME desktop.
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index 783d373fa9a9116ee39fd751b0a1b5a65e56c444..749941fcab783ebcd4276b2d6a8bbaf92716d729 100644 (file)
@@ -1,9 +1,20 @@
 <plugin>
-  <workbench id="Features">
+  <workbench id="Features" document="Part">
     <group id="Basic">
-      <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a contour" icon=":icons/extrusion.png">
+      <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a face" icon=":icons/extrusion.png">
           <source path="extrusion_widget.xml"/>
       </feature>
+      <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with shapes" icon=":icons/cut.png">
+          <source path="boolean_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Collections">
+      <feature id="Group"
+        title="Group"
+        tooltip="Create a new named collection of geometry entities"
+        icon=":icons/shape_group.png">
+        <source path="group_widget.xml"/>
+      </feature>
     </group>
-</workbench>  
+  </workbench>  
 </plugin>