]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue 1302 Restricting preselection to the first argument only. It is provided for...
authornds <nds@opencascade.com>
Fri, 11 Mar 2016 08:48:47 +0000 (11:48 +0300)
committernds <nds@opencascade.com>
Fri, 11 Mar 2016 08:48:47 +0000 (11:48 +0300)
src/SketchPlugin/plugin-Sketch.xml

index 2eb9cffe15108cdc2164d00a678ec1a71b2c5576..5f55de2c64bea4a32f94b157f2a8a9b0bbf2a96c 100644 (file)
         <sketch_multi_selector id="ConstraintEntityA"
             label="Points:"
             tooltip="Select points for fillets"
-            type_choice="Vertices">
+            type_choice="Vertices"
+            greed ="true">
           <validator id="SketchPlugin_FilletVertexValidator"/>
         </sketch_multi_selector>
         <doublevalue label="Radius" tooltip="Fillet arc radius" id="ConstraintValue" accept_expressions="0" min="0" use_reset="false">
             label="Segments:"
             tooltip="Select list of translating objects"
             type_choice="Edges"
-            use_external="true">
+            use_external="true"
+            greed ="true">
           <validator id="SketchPlugin_CopyValidator" />
         </sketch_multi_selector>
         <toolbox id="ValueType">
             label="Segments:"
             tooltip="Select list of rotating objects"
             type_choice="Edges"
-            use_external="true">
+            use_external="true"
+            greed ="true">
           <validator id="SketchPlugin_CopyValidator" />
         </sketch_multi_selector>
         <sketch_shape_selector