Salome HOME
d7d623536ce7814dd3ec3550dace43e3296a661c
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Construction">
5     <group id="Basic">
6       <feature
7         id="Point"
8         title="Point"
9         tooltip="Create a new point"
10         icon=":icons/point.png">
11         <source path="point_widget.xml" />
12       </feature>
13       <feature
14         id="Axis"
15         title="Axis"
16         tooltip="Create a new axis"
17         icon=":icons/axis.png"
18         keysequence=""
19         internal="true" />
20       <feature
21         id="Plane"
22         title="Plane"
23         tooltip="Create a new plane"
24         icon=":icons/plane.png"
25         keysequence=""
26         internal="true" />
27     </group>
28   </workbench>
29 </plugin>