Salome HOME
33042ac490d29ec6b9657d5f470ff129da9adb80
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Features" document="Part">
5     <group id="Collections">
6       <feature id="Group"
7         title="Group"
8         tooltip="Create named collection of geometry entities"
9         icon="icons/Collection/shape_group.png">
10         <source path="group_widget.xml"/>
11       </feature>
12       
13       <feature id="Field"
14         title="Field"
15         tooltip="Create create fields for selected shapes"
16         icon="icons/Collection/field.png">
17         <field-panel/>
18       </feature>      
19     </group>
20   </workbench>
21 </plugin>