Salome HOME
New feature "Placement" was implemented
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index 9e265d525623c3695b3ff72cfd1b76534fc3af2b..3c2dcc0d3a02fcc49301775112602de7f35168de 100644 (file)
@@ -1,12 +1,23 @@
 <plugin>
-  <workbench id="Features">
+  <workbench id="Features" document="Part">
     <group id="Basic">
-      <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a contour" icon=":icons/extrusion.png">
+      <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a face" icon=":icons/extrusion.png">
           <source path="extrusion_widget.xml"/>
       </feature>
       <feature id="Boolean" title="Boolean" tooltip="Perform boolean operations with shapes" icon=":icons/cut.png">
           <source path="boolean_widget.xml"/>
       </feature>
+      <feature id="Placement" title="Placement" tooltip="Perform moving an object to specified position" icon="">
+<!--          <source path="extrusion_widget.xml"/>-->
+      </feature>
+    </group>
+    <group id="Collections">
+      <feature id="Group"
+        title="Group"
+        tooltip="Create a new named collection of geometry entities"
+        icon=":icons/shape_group.png">
+        <source path="group_widget.xml"/>
+      </feature>
     </group>
   </workbench>  
 </plugin>