]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/plugin-Construction.xml
Salome HOME
217afb33e3865245144c31679a79a535bf2b32cb
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <plugin>
2   <workbench id="Construction">
3     <group id="Basic">
4       <feature
5         id="Point"
6         title="Point"
7         tooltip="Create a new point"
8         icon=":icons/point.png">
9         <source path="point_widget.xml" />
10       </feature>
11       <feature
12         id="Axis"
13         title="Axis"
14         tooltip="Create a new axis"
15         icon=":icons/axis.png"
16         keysequence=""
17         internal="true" />
18       <feature
19         id="Plane"
20         title="Plane"
21         tooltip="Create a new plane"
22         icon=":icons/plane.png"
23         keysequence=""
24         internal="true" />
25     </group>
26   </workbench>
27 </plugin>