]> SALOME platform Git repositories - modules/shaper.git/blob - src/PrimitivesPlugin/tube_widget.xml
Salome HOME
Add a new mode for creating a box by a center and dimensions. (TestBox.py)
[modules/shaper.git] / src / PrimitivesPlugin / tube_widget.xml
1 <source>
2   <doublevalue
3     id="rmin"
4     label="rmin"
5     step="1."
6     default="3."
7     min = "0."
8     tooltip="Enter the inner radius">
9   </doublevalue>
10   <doublevalue
11     id="rmax"
12     label = "rmax"
13     step="1."
14     default="5."
15     min="0."
16     tooltip="Enter the outer radius">
17   </doublevalue>
18   <doublevalue
19     id="height"
20     label="height"
21     step="1."
22     default="12."
23     min="0."
24     tooltip="Enter the height">
25   </doublevalue>
26 </source>