2 <workbench id="Features" document="Part">
3 <group id="Collections">
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"/>
13 <validator id="CollectionPlugin_FieldValidator"/>
18 tooltip="Create named collection of geometry entities"
19 icon="icons/Collection/shape_group.png"
21 helpfile="groupFeature.html">
22 <source path="group_widget.xml"/>
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"/>
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"/>
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"/>