Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Config / plugin-PartSet.xml
1 <plugin>
2   <workbench id="Part">
3     <group id="Operations">
4       <feature id="Part" text="New part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
5       <feature id="duplicate" text="Duplicate" tooltip="Duplicate selected object" icon=":icons/duplicate.png"/>
6       <feature id="remove" text="Remove"  tooltip="Remove selected object" icon=":icons/remove.png"/>
7     </group>
8   </workbench>
9   <workbench id="Construction">
10     <group id="Basic">
11       <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
12         <doublevalue id="x" label="X:" min="0" max="" step="0.1" default="0" 
13                icon=":pictures/x_point.png" tooltip="Set X"/>
14         <doublevalue id="y" label="Y:" min="0" max="" step="0.1" default="1" 
15                icon=":pictures/y_point.png" tooltip="Set Y"/>
16         <doublevalue id="z" label="Z:" min="0" max="10" step="0.1" default="2" 
17                icon=":pictures/z_point.png" tooltip="Set Z"/>
18       </feature>
19       <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
20       <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
21     </group>
22   </workbench>  
23 </plugin>