Salome HOME
Do not allow user to move fixed entities (issue #1043)
[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
10         <sketch_multi_selector id="VertexList"
11             label=""
12             tooltip="Select list of mirroring objects"
13             type_choice="Vertices"
14             use_external="false"
15             use_choice="false">
16           <validator id="SketchShapePlugin_FeatureValidator" />
17         </sketch_multi_selector>
18         </sketchshape_groupbox>
19       </feature>
20     </group>
21   </workbench>
22 </plugin>