Salome HOME
443ad5327cbf5ec6298bc6cfe0ddae46eef1c7c5
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
1 <plugin>
2   <workbench id="Sketch">
3     <group id="Basic">
4       <feature id="Sketch" nested="SketchLine" title="New sketch" tooltip="Create a new sketch or edit an existing sketch" icon=":icons/sketch.png">
5         <label title="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" title="Point" tooltip="Create a new point" icon=":icons/point.png" internal="1"/>
9       <feature id="SketchLine" title="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" title="Points coincidence" tooltip="Create constraint for the coincidence of two points" internal="1"/>
14       <feature id="SketchConstraintDistance" title="Distance between objects" tooltip="Create constraint for the distance from a point to an object" internal="1"/>
15     </group>
16   </workbench>
17 </plugin>