Salome HOME
Fix SIGSEGV on model.checkPythonDump() in GUI
[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 point"
8         icon="icons/Construction/point.png"
9         apply_continue="true"
10         helpfile="pointFeature.html">
11         <source path="point_widget.xml" />
12       </feature>
13       <feature
14         id="Axis"
15         title="Axis"
16         tooltip="Create axis"
17         icon="icons/Construction/axis.png"
18         helpfile="axisFeature.html">
19         <source path="axis_widget.xml" />
20       </feature>
21       <feature
22         id="Plane"
23         title="Plane"
24         tooltip="Create plane"
25         icon="icons/Construction/plane.png"
26         helpfile="planeFeature.html">
27         <source path="plane_widget.xml" />
28       </feature>
29     </group>
30   </workbench>
31 </plugin>