Salome HOME
Implementation of SketchCopy feature
[modules/shaper.git] / src / SketchPlugin / plugin-SketchDrawer.xml
1 <plugin>
2   <workbench id="Macros" document="Part">
3     <group id="Sketch">
4
5       <feature id="SketchDrawer" title="Sketch drawer" tooltip="Creates sketch using elements of selected shape belonging to selected plane"
6             icon="icons/Sketch/drawer.png"
7             helpfile="sketchDrawer.html">
8         <shape_selector id="base_shape" label="Shape:" tooltip="Select a shape for extraction to sketch."
9             shape_types="objects" concealment="false"/>
10         <shape_selector id="plane" label="Plane:" tooltip="Select plane for sketch" shape_types="face">
11           <validator id="GeomValidators_Face" parameters="plane"/>
12         </shape_selector>
13         <boolvalue id="add_dimensions" label="Create dimensions" default="true" tooltip="To add dimensions into created sketch" obligatory="0"/>
14       </feature>
15     </group>
16   </workbench>
17 </plugin>