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