Salome HOME
Merge remote-tracking branch 'origin/ngo/Lot5'
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
1 <plugin>
2   <workbench id="Features" document="Part">
3     <group id="Collections">
4       <feature id="Field"
5         title="Field"
6         tooltip="Create fields for selected shapes"
7         icon="icons/Collection/field.png"
8         helpfile="fieldFeature.html">
9         <field-panel id="selected"
10           filter_points="false" >
11           <validator id="GeomValidators_BodyShapes"/>
12         </field-panel>
13         <validator id="CollectionPlugin_FieldValidator"/>
14       </feature>
15
16       <feature id="Group"
17         title="Group"
18         tooltip="Create named collection of geometry entities"
19         icon="icons/Collection/shape_group.png"
20         apply_continue="true"
21         helpfile="groupFeature.html">
22         <source path="group_widget.xml"/>
23       </feature>
24
25       <feature id="GroupAddition"
26         title="Group Addition"
27         tooltip="Join several groups to single group"
28         icon="icons/Collection/group_addition.png"
29         helpfile="groupAdditionFeature.html">
30         <source path="group_addition_widget.xml"/>
31       </feature>
32
33       <feature id="GroupIntersection"
34         title="Group Intersection"
35         tooltip="Get elements existing in all groups"
36         icon="icons/Collection/group_intersection.png"
37         helpfile="groupIntersectionFeature.html">
38         <source path="group_intersection_widget.xml"/>
39       </feature>
40
41       <feature id="GroupSubstraction"
42         title="Group Substraction"
43         tooltip="Exclude elements existing tool groups"
44         icon="icons/Collection/group_substraction.png"
45         helpfile="groupSubstractionFeature.html">
46         <source path="group_substraction_widget.xml"/>
47       </feature>
48     </group>
49   </workbench>
50 </plugin>