Salome HOME
9ef95858daf21d1d13d55cd4219011dfc960150b
[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=":pictures/box_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>