Salome HOME
Merge branch 'master' of salome:modules/shaper
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
index cfa04ecf0581114acc1e6d3649ba6e6fde6d8ea2..f66be99e8800982c781fd58d454af921efd57c93 100644 (file)
@@ -2,19 +2,27 @@
 
 <plugin>
   <workbench id="Build" document="Part">
-    <group id="Shape">
+    <group id="Generate">
       <feature id="Vertex" title="Vertex" tooltip ="Create a vertex from sketch vertex and vertex objects" icon="icons/Build/feature_vertex.png">
         <source path="vertex_widget.xml"/>
       </feature>
       <feature id="Edge" title="Edge" tooltip ="Create an edge from sketch edges and edge objects" icon="icons/Build/feature_edge.png">
         <source path="edge_widget.xml"/>
       </feature>
-      <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges and wires objects" icon="icons/Build/feature_wire.png">
+      <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges, edges and wires objects" icon="icons/Build/feature_wire.png">
         <source path="wire_widget.xml"/>
       </feature>
-      <feature id="Face" title="Face" tooltip ="Create a face from sketch edges and wires objects" icon="icons/Build/feature_face.png">
+      <feature id="Face" title="Face" tooltip ="Create a face from sketch edges, edges and wires objects" icon="icons/Build/feature_face.png">
         <source path="face_widget.xml"/>
       </feature>
+      <feature id="Shell" title="Shell" tooltip ="Create a shell from faces or shells objects" icon="icons/Build/feature_shell.png">
+        <source path="shell_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Modify">
+      <feature id="SubShapes" title="Sub-Shapes" tooltip ="Allows to add or to remove sub-shapes of the selected shape" icon="icons/Build/feature_subshapes.png">
+        <source path="subshapes_widget.xml"/>
+      </feature>
     </group>
    </workbench>
 </plugin>