]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/plugin-Collection.xml
Salome HOME
Update copyrights
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 09bc12bebecfb7771dbd589e913e44d240f54075..27057f56f81d62468e1d79f1235410329fe56840 100644 (file)
@@ -1,14 +1,26 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <plugin>
   <workbench id="Features" document="Part">
     <group id="Collections">
       <feature id="Group"
         title="Group"
         tooltip="Create named collection of geometry entities"
-        icon="icons/Collection/shape_group.png">
+        icon="icons/Collection/shape_group.png"
+        apply_continue="true"
+        helpfile="groupFeature.html">
         <source path="group_widget.xml"/>
       </feature>
+
+      <feature id="Field"
+        title="Field"
+        tooltip="Create fields for selected shapes"
+        icon="icons/Collection/field.png"
+        helpfile="fieldFeature.html">
+        <field-panel id="selected"
+          filter_points="false" >
+          <validator id="GeomValidators_BodyShapes"/>
+        </field-panel>
+        <validator id="CollectionPlugin_FieldValidator"/>
+      </feature>
     </group>
   </workbench>
 </plugin>