Salome HOME
Construction of vertices, edges and faces from a sketch: Widget creator
[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         <sketchshape_groupbox title="Direction">
8           <boolvalue id="VertexChoice" label="VERTICES" default="true" tooltip="Vertices selection on sketch"/>
9           <sketch_multi_selector id="VertexList"
10             label=""
11             tooltip="Select list of mirroring objects"
12             type_choice="Vertices"
13             use_external="false"
14             use_choice="false">
15             <validator id="SketchShapePlugin_FeatureValidator" />
16           </sketch_multi_selector>
17         </sketchshape_groupbox>
18       </feature>
19     </group>
20   </workbench>
21 </plugin>