Salome HOME
8730c2ef83336e3a2e87b011f8b0e02bdcc2003d
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
1 <plugin>
2   <workbench id="Sketch">
3     <group id="Basic">
4       <feature id="Sketch" nested="SketchLine" 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="SketchPoint" text="Point" tooltip="Create a new point" icon=":icons/point.png" />
9       <feature id="SketchLine" text="Line" tooltip="Create a new line" icon=":icons/line.png">
10         <point_selector id="StartPoint" title="Start point" tooltip="Start point of the line"/>
11         <point_selector id="EndPoint" title="End point" tooltip="End point of the line"/>
12       </feature>
13     </group>
14   </workbench>
15 </plugin>