Salome HOME
755458ba0fc99605d73719bde36b717845b723f4
[modules/shaper.git] / src / Config / plugin-Sketch.xml
1 <plugin>
2   <workbench id="Sketch">
3     <group id="Basic">
4       <feature id="Sketch" text="New sketch" tooltip="Create a new sketch or edit an existing sketch" icon=":icons/sketch.png"/>
5     </group>
6     <group id="Operations">
7       <feature id="Point" text="New point" tooltip="Create a new point" icon=":icons/point.png">
8         <doublevalue id="x" label="X:" min="0" max="" step="0.1" default="0"
9                icon=":pictures/x_point.png" tooltip="Set X"/>
10         <doublevalue id="y" label="Y:" min="0" max="" step="0.1" default="1"
11                icon=":pictures/y_point.png" tooltip="Set Y"/>
12         <doublevalue id="z" label="Z:" min="0" max="10" step="0.1" default="2"
13                icon=":pictures/z_point.png" tooltip="Set Z"/>
14       </feature>
15       <feature id="Line" text="New line" tooltip="Create a new line" icon=":icons/line.png"/>
16     </group>
17   </workbench>
18 </plugin>