Salome HOME
Implementation of task "3.1. Ability to export the PartSet to GEOM"
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
1 <plugin>
2   <workbench id="Features" document="Part">
3     <group id="Collections">
4       <feature id="Group"
5         title="Group"
6         tooltip="Create named collection of geometry entities"
7         icon="icons/Collection/shape_group.png"
8         apply_continue="true"
9         helpfile="groupFeature.html">
10         <source path="group_widget.xml"/>
11       </feature>
12
13       <feature id="Field"
14         title="Field"
15         tooltip="Create fields for selected shapes"
16         icon="icons/Collection/field.png"
17         helpfile="fieldFeature.html">
18         <field-panel id="selected"
19           filter_points="false" >
20           <validator id="GeomValidators_BodyShapes"/>
21         </field-panel>
22         <validator id="CollectionPlugin_FieldValidator"/>
23       </feature>
24     </group>
25   </workbench>
26 </plugin>