2 Copyright (C) 2017-20xx 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 <multi_selector id="base_objects"
24 label="Segments and wires:"
25 tooltip="Select edges or wires."
26 type_choice="edges wires"
28 <validator id="PartSet_DifferentObjects"/>
29 <validator id="BuildPlugin_ValidatorFillingSelection"/>
31 <optionalbox id="advanced_options" title="Advanced options">
32 <switch id="orientation" label="Orientation">
33 <case id="auto_correct" title="Auto-correct edges orientation"/>
34 <case id="curve_info" title="Use curve information"/>
35 <case id="edge_orient" title="Use edges orientation"/>
37 <integervalue id="min_degree" label="Min deg" min="1" default="2">
38 <validator id="GeomValidators_LessOrEqual" parameters="max_degree"/>
40 <integervalue id="max_degree" label="Max deg" min="1" default="5">
41 <validator id="GeomValidators_GreaterOrEqual" parameters="min_degree"/>
43 <integervalue id="nb_iter" label="Nb iter" min="0" default="0"/>
44 <doublevalue id="tol_2d" label="Tol 2D" min="0" default="0.0001" step="0.0001"/>
45 <doublevalue id="tol_3d" label="Tol 3D" min="0" default="0.0001" step="0.0001"/>
46 <boolvalue id="approximation" label="Approximation"/>