Salome HOME
Implementation of shared faces inspection, bos #29568
[modules/shaper.git] / src / FeaturesPlugin / shared_faces_widget.xml
1 <source>
2   <shape_selector id="main_object"
3                   label="Object"
4                   tooltip="Select a compsolid or a compound"
5                   shape_types="compsolid compound"
6                   default=""
7                   geometrical_selection="true">
8     <validator id="PartSet_DifferentObjects"/>
9     <validator id="GeomValidators_ShapeType" parameters="compsolid,compound"/>
10   </shape_selector>
11   <groupbox title="Shared faces">
12     <label id="number_shared_faces" label="Number of shared faces : "/>
13     <multi_selector id="group_list"
14                       label="List of faces :"
15                       icon=""
16                       shape_types="faces"
17                       Block_selection = "true"
18                       use_choice="false">
19           <validator id="PartSet_DifferentObjects"/>
20           <validator id="GeomValidators_ShapeType" parameters="faces"/>
21     </multi_selector>
22   </groupbox>
23   <integervalue id="transparency"
24                 label="Transparency"
25                 min="0"
26                 max="100"
27                 step="10"
28                 default="50">
29   </integervalue>
30   <stringvalue id="group_name" label="Group name"/>
31 </source>