Salome HOME
Merge branch 'Dev_0.6' of newgeom:newgeom into Dev_0.6
[modules/shaper.git] / src / PartSetPlugin / plugin-PartSet.xml
1 <plugin>
2   <workbench id="Part">
3     <group id="Operations">
4       <feature id="Part" title="New part" tooltip="Create a new part" icon=":pictures/part_ico.png"/>
5       <feature id="Duplicate" title="Duplicate"
6                tooltip="Duplicate selected part"
7                icon=":icons/duplicate.png"
8                document="Part"/>
9       <feature id="Remove"
10                title="Remove part"
11                tooltip="Remove active part"
12                icon=":icons/remove.png"
13                document="Part"/>
14     </group>
15   </workbench>
16 </plugin>