]> SALOME platform Git repositories - modules/shaper.git/blob - src/Config/plugin-PartSet.xml
Salome HOME
Make PyConsole, PyEvent, PyInterp as shared libraries
[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:" max="50" step="1.0" default="0" icon=":pictures/x_point.png" tooltip="Set X"/>
13         <doublevalue id="y" label="Y:" min="x" default="1" icon=":pictures/y_point.png" tooltip="Set Y"/>
14         <doublevalue id="z" label="Z:" min="-20" step="0.1" default="2" icon=":pictures/z_point.png" tooltip="Set Z"/>
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>