Salome HOME
Issue #2130: arc is done not as desired
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
index f710019f01c0ea11d8720d6c91fdc21f2dae834e..f66be99e8800982c781fd58d454af921efd57c93 100644 (file)
@@ -2,10 +2,27 @@
 
 <plugin>
   <workbench id="Build" document="Part">
-    <group id="Shape">
-      <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges and wires objects" icon="icons/Build/feature_wire.png">
+    <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, 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, 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>