]> SALOME platform Git repositories - modules/shaper.git/blob - src/CollectionPlugin/plugin-Collection.xml
Salome HOME
add new shape creation from groups
[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
35       <feature id="GroupIntersection"
36         title="Group Intersection"
37         tooltip="Get elements existing in all groups"
38         icon="icons/Collection/group_intersection.png"
39         helpfile="groupIntersectionFeature.html">
40         <source path="group_intersection_widget.xml"/>
41       </feature>
42
43       <feature id="GroupSubstraction"
44         title="Group Substraction"
45         tooltip="Exclude elements existing tool groups"
46         icon="icons/Collection/group_substraction.png"
47         helpfile="groupSubstractionFeature.html">
48         <source path="group_substraction_widget.xml"/>
49       </feature>
50
51       <feature id="GroupShape"
52         title="Group Shape"
53         tooltip="Join several groups to single shape"
54         icon="icons/Collection/group_shape.png"
55         helpfile="groupShapeFeature.html">
56         <source path="group_addition_widget.xml"/>
57       </feature>
58
59     </group>
60   </workbench>
61 </plugin>