Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[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="Creates a box parallel to XYZ by extruding a rectangle" icon=":pictures/part_ico.png">
6         <doublevalue id="width"  label="dx: " min="0" step="1.0" default="50" tooltip="Sets the box width">
7           <validator id="GeomValidators_Positive"/>
8         </doublevalue>
9         <doublevalue id="length" label="dy: " min="0" step="1.0" default="50" tooltip="Sets the box length">
10           <validator id="GeomValidators_Positive"/>
11         </doublevalue>
12         <doublevalue id="height" label="dz: " min="0" step="1.0" default="50" tooltip="Sets the box height">
13           <validator id="GeomValidators_Positive"/>
14         </doublevalue>
15       </feature>
16
17     </group>
18   </workbench>  
19 </source>