Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / PythonAddons / macros / cylinder / widget.xml
1 <source>
2   <workbench id="Macros" document="Part">
3     <group id="Samples">
4
5       <feature id="Cylinder" title="Cylinder" tooltip="Creates a cylinder on the Z axis by extruding a circle" icon=":pictures/part_ico.png">
6         <doublevalue id="radius" label="Radius: " min="0" step="1.0" default="10" tooltip="Sets the cylinder radius">
7           <validator id="GeomValidators_Positive"/>
8         </doublevalue>
9         <doublevalue id="length" label="Length: " min="0" step="1.0" default="50" tooltip="Sets the cylinder length">
10           <validator id="GeomValidators_Positive"/>
11         </doublevalue>
12       </feature>
13
14     </group>
15   </workbench>  
16 </source>