Salome HOME
76c67c75c1d1f43003fb156c03bc7d511b7da112
[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         <value id="x" type="double" label="X:" min="0" max="" step="0.1" default="0"/>
13         <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="1"/>
14         <value id="z" type="double" label="Z:" min="0" max="10" step="0.1" default="2"/>
15       </feature>
16       <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
17       <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
18     </group>
19   </workbench>  
20 </plugin>