]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/point_widget.xml
Salome HOME
Advanced processing of the "SOURCE" and "VALIDATOR" nodes:
[modules/shaper.git] / src / ConstructionPlugin / point_widget.xml
1 <source>
2   <doublevalue id="x" label="X:" max="50" step="1.0" default="0" icon=":pictures/x_point.png" tooltip="Set X">
3     <validator id="between" parameters="a,b"/> 
4   </doublevalue>
5   <doublevalue id="y" label="Y:" min="x" default="1" icon=":pictures/y_point.png" tooltip="Set Y"/>
6   <doublevalue id="z" label="Z:" min="-20" step="0.1" default="2" icon=":pictures/z_point.png" tooltip="Set Z"/>
7 </source>