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="ByAxisAndAngle"
25 title="By an axis and an angle"
26 icon="icons/Features/rotation_axis_32x32.png">
27 <multi_selector id="main_objects"
30 tooltip="Select solid objects"
33 <validator id="FeaturesPlugin_ValidatorTransform"/>
35 <shape_selector id="axis_object"
36 icon="icons/Features/axis.png"
38 tooltip="Select an edge for axis"
41 <validator id="GeomValidators_ShapeType" parameters="line"/>
43 <doublevalue id="angle"
47 icon="icons/Features/angle.png"
51 <box id="ByThreePoints"
52 title="By a center and two points"
53 icon="icons/Features/rotation_3pt_32x32.png">
54 <multi_selector id="main_objects"
57 tooltip="Select solid objects"
60 <validator id="FeaturesPlugin_ValidatorTransform"/>
62 <shape_selector id="center_point"
64 icon="icons/Features/point.png"
65 tooltip="Select a center point"
67 <validator id="GeomValidators_ConstructionComposite"/>
68 <validator id="GeomValidators_ShapeType" parameters="vertex"/>
70 <shape_selector id="start_point"
72 icon="icons/Features/point.png"
73 tooltip="Select a starting point"
75 <validator id="GeomValidators_ConstructionComposite"/>
76 <validator id="GeomValidators_ShapeType" parameters="vertex"/>
77 <validator id="GeomValidators_DifferentShapes"/>
79 <shape_selector id="end_point"
81 icon="icons/Features/point.png"
82 tooltip="Select an end point"
84 <validator id="GeomValidators_ConstructionComposite"/>
85 <validator id="GeomValidators_ShapeType" parameters="vertex"/>
86 <validator id="GeomValidators_DifferentShapes"/>