Salome HOME
be9b3f8799ba9425ce042767ffab89597fd725d3
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
1 <plugin>
2   <workbench id="Sketch">
3     <group id="Basic">
4       <feature id="Sketch" nested="SketchLine SketchConstraintDistance" title="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="SketchCircle" title="Circle" tooltip="Create a new circle" icon="" internal="1">
14         <point_selector id="CircleCenter" title="Center" tooltip="Center of the circle"/>
15       </feature>
16       <feature id="SketchArc" title="Arc" tooltip="Create a new arc of a circle" icon="" internal="1">
17         <point_selector id="ArcCenter" title="Center" tooltip="Center of the arc"/>
18         <point_selector id="ArcStartPoint" title="Start point" tooltip="Start point of the arc"/>
19         <point_selector id="ArcEndPoint" title="End point" tooltip="End point of the arc"/>
20       </feature>
21       <feature id="SketchConstraintCoincidence" title="Points coincidence" tooltip="Create constraint for the coincidence of two points" internal="1"/>
22       <feature id="SketchConstraintDistance" title="Distance between objects" tooltip="Create constraint for the distance from a point to an object"/>
23       <feature id="SketchConstraintLength" title="Length of a line" tooltip="Create constraint for the given length of a line segment" internal="1"/>
24       <feature id="SketchConstraintRadius" title="Radius of a circle or an arc" tooltip="Create constraint for the given radius of a circle or an arc" internal="1"/>
25       <feature id="SketchConstraintParallel" title="Parallelism of a lines" tooltip="Create constraint defining two parallel lines" internal="1"/>
26       <feature id="SketchConstraintPerpendicular" title="Orthgonality of a lines" tooltip="Create constraint defining two perpendicular lines" internal="1"/>
27     </group>
28   </workbench>
29 </plugin>