Salome HOME
Construction of vertices/edges/faces on the base of sketch: clear list 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 vertices"
19             type_choice="Vertices Edges Faces"
20             use_external="false"
21             use_choice="false">
22             <validator id="SketchShapePlugin_FeatureValidator" />
23           </sketch_multi_selector>
24
25           <boolvalue id="EdgeChoice" label="EDGES" default="true" tooltip="Edges selection on sketch"/>
26           <sketch_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           </sketch_multi_selector>
34
35           <boolvalue id="FaceChoice" label="FACES" default="true" tooltip="Faces selection on sketch"/>
36           <sketch_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           </sketch_multi_selector>
44         </sketchshape_groupbox>
45       </feature>
46     </group>
47   </workbench>
48 </plugin>