]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Movement group uses solids, which are defined in extrusion/revolution/boolean. So...
authornds <natalia.donis@opencascade.com>
Wed, 24 Jun 2015 10:45:31 +0000 (13:45 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 24 Jun 2015 10:45:31 +0000 (13:45 +0300)
src/FeaturesPlugin/plugin-Features.xml

index 9ed8a17b567b9f7808cb4448f3e2776aad7a5886..62a41318daba9c9f54802acc15dde71f27379737 100644 (file)
@@ -2,17 +2,6 @@
 
 <plugin>
   <workbench id="Features" document="Part">
-    <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="Extrusion">
       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face" icon=":icons/extrusion.png">
           <source path="extrusion_widget.xml"/>
           <source path="boolean_widget.xml"/>
       </feature>
     </group>
+    <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"