Salome HOME
Construction of vertices/edges/faces on the base of sketch: sketch attribute
[modules/shaper.git] / src / SketchShapePlugin / plugin-SketchShape.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Sketch">
5     <group id="Exchange">
6       <feature id="SketchShape" title="Sketch vertices, edges and faces" tooltip="Construct vertices, edges and faces by sketch" icon=":icons/sketchshape.png">
7         <shape_selector id="Sketch"
8           label="Sketch"
9           icon=":icons/sketch.png"
10           tooltip="Select a sketch"
11           shape_types="objects">
12           <validator id="PartSet_SketchEntityValidator" parameters="Sketch"/>
13         </shape_selector>
14         <sketchshape_groupbox title="Direction">
15           <boolvalue id="VertexChoice" label="VERTICES" default="true" tooltip="Vertices selection on sketch"/>
16           <sketch_multi_selector id="VertexList"
17             label=""
18             tooltip="Select list of mirroring objects"
19             type_choice="Vertices"
20             use_external="false"
21             use_choice="false">
22             <validator id="SketchShapePlugin_FeatureValidator" />
23           </sketch_multi_selector>
24         </sketchshape_groupbox>
25       </feature>
26     </group>
27   </workbench>
28 </plugin>