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" 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       <feature id="SketchConstraintCoincidence" text="Points coincidence" tooltip="Create constraint for the coincidence of two points" internal="1"/>
14     </group>
15   </workbench>
16 </plugin>