Salome HOME
using a better solution to do compare doubles for shape physical properties
[modules/shaper.git] / src / GDMLPlugin / ellipsoid_widget.xml
1 <source>
2   <groupbox title="Dimensions">
3     <doublevalue id="ax"
4                  label="ax"
5                  step="1.0"
6                  default="10.0"
7                  tooltip="Enter the x semi axis length">
8     </doublevalue>
9     <doublevalue id="by"
10                  label="by"
11                  step="1.0"
12                  default="20.0"
13                  tooltip="Enter the y semi axis length">
14     </doublevalue>
15     <doublevalue id="cz"
16                  label="cz"
17                  step="1.0"
18                  default="40.0"
19                  tooltip="Enter the z semi axis length">
20     </doublevalue>   
21   </groupbox>
22   <groupbox title="Cuts">
23     <optionalbox id="use_zcut1" title="">
24       <doublevalue id="zcut1" 
25                    label="zcut1" 
26                    tooltip="Enter the lower zcut" 
27                    default="5."
28                    step="1.0"/>
29     </optionalbox>
30     <optionalbox id="use_zcut2" title="">
31       <doublevalue id="zcut2" 
32                    label="zcut2" 
33                    tooltip="Enter the upper zcut" 
34                    default="5."
35                    step="1.0"/>
36     </optionalbox>
37   </groupbox>
38   <label title="" icon="icons/GDML/gui_ellipsoid.png"/>
39 </source>