]> SALOME platform Git repositories - modules/shaper.git/blob - src/Config/plugin-PartSet.xml
Salome HOME
Set plugin's library name as field of feature message.
[modules/shaper.git] / src / Config / plugin-PartSet.xml
1 <plugin>
2   <workbench id="Part">
3     <group id="Operations">
4       <feature id="new_part" text="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="new_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="0"/>
14         <value id="z" type="double" label="Z:" min="0" max="" step="0.1" default="0"/>
15       </feature>
16       <feature id="new_axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
17       <feature id="new_plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
18     </group>
19   </workbench>  
20 </plugin>