Salome HOME
Fix for keeping the partition results if some argument was appended. Based on "CEA...
[modules/shaper.git] / src / FeaturesPlugin / multirotation_widget.xml
index 8396f4869cc40e774db9d4a965dec4816ecad978..78cba48ea502b8638979a1f436932ee502ea0bb5 100644 (file)
     <shape_selector id="axis_angular"
                     icon="icons/Features/axis.png"
                     label="Axis"
-                    tooltip="Select an edge for the angular direction"
+                    tooltip="Select an edge for the axis of rotation"
                     shape_types="edge"
-                    default="">
+                    default=""
+                    geometrical_selection="true">
       <validator id="GeomValidators_ShapeType" parameters="line"/>
     </shape_selector>
     <optionalbox id="use_step_angular" title="Angular step">
@@ -31,7 +32,7 @@
                   step="1"
                   default="2"
                   icon=""
-                  tooltip="Number of copies for the first direction">
+                  tooltip="Number of copies for the angular copy">
     </integervalue>
   </groupbox>
   <!--<optionalbox id="use_radial_dir" title="Radial direction">
@@ -50,4 +51,4 @@
                   tooltip="Number of copies for the radial direction">
     </integervalue>
   </optionalbox>-->
-</source>
\ No newline at end of file
+</source>