Salome HOME
e977b3e8cb34adf02f0fb09d2cf8247c2a40a1f5
[modules/shaper.git] / src / PythonAddons / macros / box / widget.xml
1 <source>
2   <workbench id="Macros" document="Part">
3     <group id="Samples">
4
5       <feature id="Box" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon="icons/Addons/box_ico.png">
6         <doublevalue id="width"  label="Width: " min="0" step="1.0" default="50" tooltip="Box width">
7           <validator id="GeomValidators_Positive"/>
8         </doublevalue>
9         <doublevalue id="length" label="Length: " min="0" step="1.0" default="50" tooltip="Box length">
10           <validator id="GeomValidators_Positive"/>
11         </doublevalue>
12         <doublevalue id="height" label="Height: " min="0" step="1.0" default="50" tooltip="Box height">
13           <validator id="GeomValidators_Positive"/>
14         </doublevalue>
15       </feature>
16
17     </group>
18   </workbench>  
19 </source>