Salome HOME
Implementation of SketchCopy feature
[modules/shaper.git] / src / SketchPlugin / plugin-SketchCopy.xml
1 <plugin>
2   <workbench id="Macros">
3     <group id="Sketch">
4       <feature id="SketchCopy"
5                title="Sketch copy"
6                tooltip="Copy sketch and all its elements to the same plane"
7                icon="icons/Sketch/copy.png"
8                helpfile="sketchCopy.html">
9         <feature_selector id="base_sketch"
10                           label="Sketch:"
11                           tooltip="Select a sketch to copy.">
12           <validator id="SketchPlugin_SketchFeatureValidator"/>
13         </feature_selector>
14       </feature>
15     </group>
16   </workbench>
17 </plugin>