Salome HOME
ace539bf61857b5ed924877ba0cf11a5372080cc
[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           <sketchshape_check_groupbox id="VertexChoice" title="VERTICES" default="true" tooltip="Vertices selection on sketch">
16             <sketchshape_multi_selector id="VertexList"
17               label=""
18               tooltip="Select list of vertices"
19               type_choice="Vertices Edges Faces"
20               use_external="false"
21               use_choice="false">
22               <validator id="SketchShapePlugin_FeatureValidator" />
23             </sketchshape_multi_selector>
24           </sketchshape_check_groupbox>
25           <sketchshape_check_groupbox id="EdgeChoice" title="EDGES" default="true" tooltip="Edges selection on sketch">
26             <sketchshape_multi_selector id="EdgeList"
27               label=""
28               tooltip="Select list of edges"
29               type_choice="Vertices Edges Faces"
30               use_external="false"
31               use_choice="false">
32               <validator id="SketchShapePlugin_FeatureValidator" />
33             </sketchshape_multi_selector>
34           </sketchshape_check_groupbox>
35           <sketchshape_check_groupbox id="FaceChoice" title="FACES" default="true" tooltip="Faces selection on sketch">
36             <sketchshape_multi_selector id="FaceList"
37               label=""
38               tooltip="Select list of faces"
39               type_choice="Vertices Edges Faces"
40               use_external="false"
41               use_choice="false">
42               <validator id="SketchShapePlugin_FeatureValidator" />
43             </sketchshape_multi_selector>
44           </sketchshape_check_groupbox>
45         </sketchshape_groupbox>
46       </feature>
47     </group>
48   </workbench>
49 </plugin>