Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
1 <plugin>
2   <workbench id="Features" document="Part">
3     <group id="Basic">
4       <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a face" icon=":icons/extrusion.png">
5           <source path="extrusion_widget.xml"/>
6       </feature>
7       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with shapes" icon=":icons/cut.png">
8           <source path="boolean_widget.xml"/>
9       </feature>
10     </group>
11     <group id="Collections">
12       <feature id="Group"
13         title="Group"
14         tooltip="Create a new named collection of geometry entities"
15         icon=":icons/shape_group.png">
16         <source path="group_widget.xml"/>
17       </feature>
18     </group>
19   </workbench>  
20 </plugin>