Salome HOME
Issue #3060: Use HideFaces panel for groups creation operation
[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         hidefaces_panel="true">
23         <source path="group_widget.xml"/>
24       </feature>
25
26       <feature id="GroupAddition"
27         title="Group Addition"
28         tooltip="Join several groups to single group"
29         icon="icons/Collection/group_addition.png"
30         helpfile="groupAdditionFeature.html">
31         <source path="group_addition_widget.xml"/>
32       </feature>
33
34       <feature id="GroupIntersection"
35         title="Group Intersection"
36         tooltip="Get elements existing in all groups"
37         icon="icons/Collection/group_intersection.png"
38         helpfile="groupIntersectionFeature.html">
39         <source path="group_intersection_widget.xml"/>
40       </feature>
41
42       <feature id="GroupSubstraction"
43         title="Group Substraction"
44         tooltip="Exclude elements existing tool groups"
45         icon="icons/Collection/group_substraction.png"
46         helpfile="groupSubstractionFeature.html">
47         <source path="group_substraction_widget.xml"/>
48       </feature>
49     </group>
50   </workbench>
51 </plugin>