Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
1 <plugin>
2   <workbench id="Build" document="Part">
3     <group id="Generate">
4       <feature id="Vertex" title="Vertex" tooltip ="Create vertices from sketch point or other vertex objects" icon="icons/Build/feature_vertex.png"
5                helpfile="vertexFeature.html">
6         <source path="vertex_widget.xml"/>
7       </feature>
8       <feature id="Edge" title="Edge" tooltip ="Create edges from sketch edges or other edge objects" icon="icons/Build/feature_edge.png"
9                helpfile="edgeFeature.html">
10         <source path="edge_widget.xml"/>
11       </feature>
12       <feature id="Interpolation" title="Interpolation" tooltip ="Create an interpolation curve from points" icon="icons/Build/feature_interpolation.png"
13                helpfile="interpolationFeature.html">
14         <source path="interpolation_widget.xml"/>
15       </feature>
16       <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges, edges and wires objects" icon="icons/Build/feature_wire.png"
17                helpfile="wireFeature.html">
18         <source path="wire_widget.xml"/>
19       </feature>
20       <feature id="Polyline" title="Polyline" tooltip ="Create a polyline from points" icon="icons/Build/feature_polyline.png"
21                helpfile="polylineFeature.html">
22         <source path="polyline_widget.xml"/>
23       </feature>
24       <feature id="Face" title="Face" tooltip ="Create a face from edges, wires and faces" icon="icons/Build/feature_face.png"
25                helpfile="faceFeature.html">
26         <source path="face_widget.xml"/>
27       </feature>
28       <feature id="Shell" title="Shell" tooltip ="Create a shell from faces or shells objects" icon="icons/Build/feature_shell.png"
29                helpfile="shellFeature.html">
30         <source path="shell_widget.xml"/>
31       </feature>
32       <feature id="Solid" title="Solid" tooltip ="Create a solid from faces or shells" icon="icons/Build/feature_solid.png"
33                helpfile="solidFeature.html">
34         <source path="solid_widget.xml"/>
35       </feature>
36       <feature id="CompSolid" title="CompSolid" tooltip ="Create a compsolid from solids or other compsolids" icon="icons/Build/feature_compsolid.png"
37                helpfile="compsolidFeature.html">
38         <source path="compsolid_widget.xml"/>
39       </feature>
40       <feature id="Compound" title="Compound" tooltip ="Create a compound of objects" icon="icons/Build/feature_compound.png"
41                helpfile="compoundFeature.html">
42         <source path="compound_widget.xml"/>
43       </feature>
44     </group>
45     <group id="Modify">
46       <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"
47                helpfile="subShapesFeature.html">
48         <source path="subshapes_widget.xml"/>
49       </feature>
50     </group>
51     <group id="Advanced">
52       <feature id="Filling" title="Filling" tooltip="Create face from list of edges" icon="icons/Build/feature_filling.png"
53                helpfile="fillingFeature.html">
54         <source path="filling_widget.xml"/>
55       </feature>
56     </group>
57   </workbench>
58 </plugin>