Salome HOME
Issue #1369: Added "SubShapes" feature.
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Build" document="Part">
5     <group id="Generate">
6       <feature id="Vertex" title="Vertex" tooltip ="Create a vertex from sketch vertex and vertex objects" icon="icons/Build/feature_vertex.png">
7         <source path="vertex_widget.xml"/>
8       </feature>
9       <feature id="Edge" title="Edge" tooltip ="Create an edge from sketch edges and edge objects" icon="icons/Build/feature_edge.png">
10         <source path="edge_widget.xml"/>
11       </feature>
12       <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges, edges and wires objects" icon="icons/Build/feature_wire.png">
13         <source path="wire_widget.xml"/>
14       </feature>
15       <feature id="Face" title="Face" tooltip ="Create a face from sketch edges, edges and wires objects" icon="icons/Build/feature_face.png">
16         <source path="face_widget.xml"/>
17       </feature>
18       <feature id="Shell" title="Shell" tooltip ="Create a shell from faces or shells objects" icon="icons/Build/feature_shell.png">
19         <source path="shell_widget.xml"/>
20       </feature>
21     </group>
22     <group id="Modify">
23       <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">
24         <source path="subshapes_widget.xml"/>
25       </feature>
26     </group>
27    </workbench>
28 </plugin>