Salome HOME
Commenting on tests related to GDML
[modules/shaper.git] / src / GDMLPlugin / conesegment_widget.xml
1 <!--
2 Copyright (C) 2014-2017  CEA/DEN, EDF R&D
3
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.
8
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.
13
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
17
18 See http:##www.salome-platform.org/ or
19 email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
20 -->
21
22 <source>
23   <groupbox title="Base face">
24     <doublevalue
25       id="rmin1"
26       label="rmin1"
27       step="1.0"
28       default="7.0"
29       tooltip="Enter the lower face inner radius">
30     </doublevalue>
31     <doublevalue
32       id="rmax1"
33       label="rmax1"
34       step="1.0"
35       default="11.0"
36       tooltip="Enter the lower face outer radius">
37     </doublevalue>
38   </groupbox>
39   <groupbox title="Top face">
40     <doublevalue
41       id="rmin2"
42       label="rmin2"
43       step="1.0"
44       default="5.0"
45       tooltip="Enter the higher face inner radius">
46     </doublevalue>
47     <doublevalue
48       id="rmax2"
49       label="rmax2"
50       step="1.0"
51       default="8.0"
52       tooltip="Enter the higher face outer radius">
53     </doublevalue>
54   </groupbox>
55   <groupbox title="Crop">
56     <doublevalue
57       id="z"
58       label="z"
59       step="1.0"
60       default="12.0"
61       tooltip="Enter the height">
62     </doublevalue>
63     <doublevalue
64       id="startphi"
65       label="startphi"
66       step="15.0"
67       default="0."
68       tooltip="Enter the starting angle">
69     </doublevalue>
70     <doublevalue
71       id="deltaphi"
72       label="deltaphi"
73       step="15.0"
74       default="270."
75       tooltip="Enter the revolution angle">
76     </doublevalue>
77   </groupbox>
78   <label title="" icon="icons/GDML/gui_cone_segment.png"/>
79 </source>