2 <workbench id="Build" document="Part">
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>
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"/>