Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[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         <validator id="test" parameters="x,y,z"/>
6         <source path="point_widget.xml"/>
7       </feature>
8       <feature id="Axis" title="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence="" internal="true">
9         <validator id="inside" parameters="a,b"/> 
10       </feature>
11       <feature id="Plane" title="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence="" internal="true"/>
12     </group>
13 </workbench>  
14 </plugin>