Salome HOME
4736d36cfa54344fbd11db2b318b8c8306917f41
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <plugin>
2   <workbench id="Construction">
3     <group id="Basic">
4       <feature id="Point" title="Point" tooltip="Create a new point" icon=":icons/point.png">
5         <source path="point_widget.xml"/>
6       </feature>
7       <feature id="Axis" title="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence="" internal="true"/>
8       <feature id="Plane" title="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence="" internal="true"/>
9       <feature id="Extrusion" title="Extrusion" tooltip="Create a shape by extrusion of a contour" icon=":icons/extrusion.png">
10           <source path="extrusion_widget.xml"/>
11       </feature>
12     </group>
13 </workbench>  
14 </plugin>