Salome HOME
[bos #30176] [CEA][FORUM] 1D-Fillet segmentation fault
[modules/shaper.git] / src / FeaturesPlugin / multirotation_widget.xml
index 8396f4869cc40e774db9d4a965dec4816ecad978..8fce3fb33eb620316064e33386edb7c1594f38ae 100644 (file)
@@ -1,11 +1,9 @@
-<!-- Copyright (C) 2014-201x CEA/DEN, EDF R&D -->
-
 <source>
   <multi_selector id="main_objects"
                   label="Main objects"
                   icon=""
                   tooltip="Select objects"
-                  type_choice="objects"
+                  shape_types="objects"
                   concealment="true">
     <validator id="FeaturesPlugin_ValidatorTransform"/>
   </multi_selector>
     <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 +30,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 +49,4 @@
                   tooltip="Number of copies for the radial direction">
     </integervalue>
   </optionalbox>-->
-</source>
\ No newline at end of file
+</source>