2 Copyright (C) 2014-2017 CEA/DEN, EDF R&D
4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public
6 License as published by the Free Software Foundation; either
7 version 2.1 of the License, or (at your option) any later version.
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Lesser General Public License for more details.
14 You should have received a copy of the GNU Lesser General Public
15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 See http:##www.salome-platform.org/ or
19 email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
23 <toolbox id="CreationMethod">
24 <box id="ByPoint" title="Point reflection" icon="icons/Features/symmetry_point_32x32.png">
25 <multi_selector id="main_objects"
27 icon="icons/Features/cut_shape.png"
28 tooltip="Select solid objects"
29 type_choice="solid objects"
31 <validator id="FeaturesPlugin_ValidatorTransform"/>
33 <shape_selector id="point_object"
34 icon="icons/Features/point.png"
36 tooltip="Select a point"
39 <validator id="GeomValidators_ShapeType" parameters="vertex"/>
42 <box id="ByAxis" title="Axis reflection" icon="icons/Features/symmetry_axis_32x32.png">
43 <multi_selector id="main_objects"
45 icon="icons/Features/cut_shape.png"
46 tooltip="Select solid objects"
47 type_choice="solid objects"
49 <validator id="FeaturesPlugin_ValidatorTransform"/>
51 <shape_selector id="axis_object"
52 icon="icons/Features/axis.png"
54 tooltip="Select an axis"
57 <validator id="GeomValidators_ShapeType" parameters="line"/>
60 <box id="ByPlane" title="Plane reflection" icon="icons/Features/symmetry_plane_32x32.png">
61 <multi_selector id="main_objects"
63 icon="icons/Features/cut_shape.png"
64 tooltip="Select solid objects"
65 type_choice="solid objects"
67 <validator id="FeaturesPlugin_ValidatorTransform"/>
69 <shape_selector id="plane_object"
71 icon="icons/Features/plane.png"
72 tooltip="Select a plane"
75 <validator id="GeomValidators_Face" parameters="plane"/>
79 <boolvalue id="keep_original" label="Keep original result" default="true" tooltip="Do not remove original shape"/>