Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
1 <plugin>
2   <workbench id="Sketch">
3     <group id="Basic">
4       <feature id="Sketch" text="New sketch" tooltip="Create a new sketch or edit an existing sketch" icon=":icons/sketch.png">
5         <label text="Select a plane on which to create a sketch" tooltip="Select a plane on which to create a sketch"/> 
6       <!--icon=":pictures/x_point.png"-->
7       </feature>
8       <feature id="SketchLine" text="Line" tooltip="Create a new line" icon=":icons/line.png">
9         <point_selector id="StartPoint" title="Start point" tooltip="Start point of the line"/>
10         <point_selector id="EndPoint" title="End point" tooltip="End point of the line"/>
11       </feature>
12     </group>
13   </workbench>
14 </plugin>