Salome HOME
Adjust test cases according to updated Arc behavior
[modules/shaper.git] / src / BuildPlugin / subshapes_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <shape_selector id="base_shape"
5                   label="Shape:"
6                   tooltip="Select a shape to modify."
7                   shape_types="objects"
8                   concealment="true"
9                   greed="true">
10     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
11   </shape_selector>
12   <multi_selector id="subshapes"
13                   label="Sub-Shapes:"
14                   tooltip="Select shapes on sketch to add."
15                   type_choice="vertices edges"
16                   concealment="true"
17                   clear_in_neutral_point="false">
18     <validator id="BuildPlugin_ValidatorSubShapesSelection" parameters="Sketch"/>
19   </multi_selector>
20 </source>