Salome HOME
Merge branch 'Dev_0.6' of newgeom:newgeom into Dev_0.6
[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       <feature id="Placement" title="Placement" tooltip="Perform moving an object to specified position" icon=":icons/placement.png">
11           <source path="placement_widget.xml"/>
12       </feature>
13     </group>
14     <group id="Collections">
15       <feature id="Group"
16         title="Group"
17         tooltip="Create a new named collection of geometry entities"
18         icon=":icons/shape_group.png">
19         <source path="group_widget.xml"/>
20       </feature>
21     </group>
22   </workbench>  
23 </plugin>