]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/symmetry_widget.xml
Salome HOME
Update copyrights
[modules/shaper.git] / src / FeaturesPlugin / symmetry_widget.xml
index 2d253500e0cea998dc36fcf0b82591ceb94c36e9..bda3367eaf34269f9c92bed42afd06d365afbe8c 100644 (file)
@@ -1,7 +1,5 @@
-<!-- Copyright (C) 2014-2016 CEA/DEN, EDF R&D -->
-
 <source>
-  <toolbox id="CreationMethod"> 
+  <toolbox id="CreationMethod">
     <box id="ByPoint" title="Point reflection" icon="icons/Features/symmetry_point_32x32.png">
       <multi_selector id="main_objects"
                       label="Main objects"
@@ -34,7 +32,8 @@
                       label="Axis"
                       tooltip="Select an axis"
                       shape_types="edge"
-                      default="">
+                      default=""
+                      geometrical_selection="true">
         <validator id="GeomValidators_ShapeType" parameters="line"/>
       </shape_selector>
     </box>
@@ -57,4 +56,5 @@
       </shape_selector>
     </box>
   </toolbox>
+  <boolvalue id="keep_original" label="Keep original result" default="true" tooltip="Do not remove original shape"/>
 </source>