Salome HOME
Tests update
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index c8fc1511b0a2d2834386c4499d2e983191acf330..62a41318daba9c9f54802acc15dde71f27379737 100644 (file)
@@ -1,12 +1,52 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <plugin>
-  <workbench id="Features">
-    <group id="Basic">
-      <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a contour" icon=":icons/extrusion.png">
+  <workbench id="Features" document="Part">
+    <group id="Extrusion">
+      <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon=":icons/extrusion.png">
           <source path="extrusion_widget.xml"/>
       </feature>
-      <feature id="Boolean" title="Boolean" tooltip="Performs boolean operations with shapes" icon=":icons/cut.png">
+      <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="" icon=":icons/extrusion_cut.png">
+        <source path="extrusioncut_widget.xml"/>
+      </feature>
+      <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="" icon=":icons/extrusion_fuse.png">
+        <source path="extrusionfuse_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Revolution">
+      <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face" icon=":icons/revol.png">
+          <source path="revolution_widget.xml"/>
+      </feature>
+      <feature id="RevolutionCut" title="RevolutionCut" tooltip="" icon=":icons/revol.png">
+        <source path="revolutioncut_widget.xml"/>
+      </feature>
+      <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="" icon=":icons/revol.png">
+        <source path="revolutionfuse_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Boolean">
+      <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with solids" icon=":icons/cut.png">
           <source path="boolean_widget.xml"/>
       </feature>
     </group>
-  </workbench>  
+    <group id="Basic">
+      <feature id="Placement" title="Placement" tooltip="Perform moving of an object to specified position" icon=":icons/placement.png">
+        <source path="placement_widget.xml"/>
+      </feature>
+      <feature id="Movement" title="Movement" tooltip="Perform movement of an objects along the axis to specified distance" icon=":icons/movement.png">
+        <source path="movement_widget.xml"/>
+      </feature>
+      <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon=":icons/rotation.png">
+        <source path="rotation_widget.xml"/>
+      </feature>
+    </group>
+    <group id="Collections">
+      <feature id="Group"
+        title="Group"
+        tooltip="Create named collection of geometry entities"
+        icon=":icons/shape_group.png">
+        <source path="group_widget.xml"/>
+      </feature>
+    </group>
+  </workbench>
 </plugin>