Salome HOME
[bos #29468] [EDF] (2022-T1) Advanced geometry features: distance Edge-Edge & Face...
[modules/shaper.git] / src / FeaturesPlugin / fillet_widget.xml
1 <source>
2   <toolbox id="creation_method">
3     <box id="fixed_radius"
4          title="Fixed radius"
5          tooltip="Fillet with fixed radius"
6          icon="icons/Features/fillet_fixed_radius.png">
7       <multi_selector id="main_objects"
8                       label="Faces or/and edges"
9                       icon=""
10                       tooltip="Select objects"
11                       shape_types="edges faces"
12                       use_choice="false"
13                       concealment="true">
14         <validator id="PartSet_DifferentObjects"/>
15         <validator id="FeaturesPlugin_ValidatorFilletSelection"/>
16       </multi_selector>
17       <doublevalue id="radius1"
18                    label="Radius"
19                    tooltip="Fillet radius."
20                    min="0"
21                    default="2">
22         <validator id="GeomValidators_Positive"/>
23       </doublevalue>
24     </box>
25     <box id="variable_radius"
26          title="Varying radius"
27          tooltip="Fillet with varying radius"
28          icon="icons/Features/fillet_var_radius.png">
29       <multi_selector id="main_objects"
30                       label="Faces or/and edges"
31                       icon=""
32                       tooltip="Select objects"
33                       shape_types="edges faces"
34                       use_choice="false"
35                       concealment="true">
36         <validator id="PartSet_DifferentObjects"/>
37         <validator id="FeaturesPlugin_ValidatorFilletSelection"/>
38       </multi_selector>
39       <doublevalue id="radius1"
40                    label="Start radius"
41                    tooltip="Fillet radius at start point."
42                    min="0"
43                    default="2">
44         <validator id="GeomValidators_Positive"/>
45       </doublevalue>
46       <doublevalue id="radius2"
47                    label="End radius"
48                    tooltip="Fillet radius at end point."
49                    min="0"
50                    default="2">
51         <validator id="GeomValidators_Positive"/>
52       </doublevalue>
53     </box>
54   </toolbox>
55 </source>