Salome HOME
#1707 Fatal error when Recover box
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index a6e7f8bd152a993e6b4fcd0dbe4b5492da7979f9..cd08911d61c63b139e11dea127117ad2ef9b3eb1 100644 (file)
@@ -2,11 +2,6 @@
 
 <plugin>
   <workbench id="Features" document="Part">
-    <group id="Shape">
-      <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges and wires objects" icon="icons/Features/feature_wire.png">
-        <source path="wire_widget.xml"/>
-      </feature>
-    </group>
     <group id="Extrusion">
       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon="icons/Features/extrusion.png">
           <source path="extrusion_widget.xml"/>
                auto_preview="false">
           <source path="boolean_widget.xml"/>
       </feature>
+      <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
+        <source path="intersection_widget.xml"/>
+      </feature>
       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon="icons/Features/partition.png"
                auto_preview="false">
           <source path="partition_widget.xml"/>
       </feature>
-      <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon="icons/Features/intersection.png">
-          <source path="intersection_widget.xml"/>
+      <feature id="Union" title="Union" tooltip="Perform union operations with shapes" icon="icons/Features/union.png">
+          <source path="union_widget.xml"/>
+      </feature>
+      <feature id="Remove_SubShapes" title="Remove Sub-Shapes" tooltip="Allows to remove sub-shapes from wires, shells, compsolids and compounds" icon="icons/Features/remove_subshapes.png">
+          <source path="remove_subshapes_widget.xml"/>
       </feature>
     </group>
     <group id="Collections">
         icon="icons/Features/shape_group.png">
         <source path="group_widget.xml"/>
       </feature>
+      <feature id="Recover"
+        title="Recover"
+        tooltip="Visualize concealed objects"
+        icon="icons/Features/recover.png">
+        <source path="recover_widget.xml"/>
+      </feature>
     </group>
   </workbench>
   <workbench id="Part">