Salome HOME
Issue #1351: partition is not done
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
index 6e85d82de5a7bca5a80f53578905e1e4500930df..afe29e4620127105acf345f4ed452f8cd8dd972f 100644 (file)
@@ -37,6 +37,9 @@
       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids" icon=":icons/partition.png">
           <source path="partition_widget.xml"/>
       </feature>
+      <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools" icon=":icons/intersection.png">
+          <source path="intersection_widget.xml"/>
+      </feature>
     </group>
     <group id="Collections">
       <feature id="Group"
@@ -53,7 +56,7 @@
         <source path="placement_widget.xml"/>
       </feature>
       <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon=":icons/movement.png">
-        <source path="movement_widget.xml"/>
+        <source path="translation_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"/>