]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/plugin-Build.xml
Salome HOME
Issue #1369: Added "Create Shell" feature.
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
index cfa04ecf0581114acc1e6d3649ba6e6fde6d8ea2..362eb118f65b4abb7751616895db16cfff69087c 100644 (file)
@@ -9,12 +9,15 @@
       <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>
    </workbench>
 </plugin>