Salome HOME
Updated copyright comment
[modules/shaper.git] / src / FeaturesPlugin / fillet1d_widget.xml
1 <source>
2   <toolbox id="creation_method">
3     <box id="by_wires"
4          title="Wires"
5          tooltip="Fillet each sharp corner of the wire"
6          icon="icons/Features/fillet1d_wire.png">
7       <multi_selector id="main_wires"
8                       label="Wires"
9                       icon=""
10                       tooltip="Select wires"
11                       shape_types="wires"
12                       use_choice="false"
13                       concealment="true">
14         <validator id="PartSet_DifferentObjects"/>
15         <validator id="FeaturesPlugin_ValidatorFillet1DSelection" parameters="wire"/>
16       </multi_selector>
17     </box>
18     <box id="by_vertices"
19          title="Vertices"
20          tooltip="Fillet the specified corners of the wire"
21          icon="icons/Features/fillet1d_points.png">
22       <multi_selector id="main_vertices"
23                       label="Vertices"
24                       icon=""
25                       tooltip="Select vertices"
26                       shape_types="vertices"
27                       use_choice="false"
28                       concealment="true">
29         <validator id="PartSet_DifferentObjects"/>
30         <validator id="FeaturesPlugin_ValidatorFillet1DSelection"/>
31       </multi_selector>
32     </box>
33   </toolbox>
34   <doublevalue id="radius"
35                label="Radius"
36                tooltip="Fillet radius"
37                min="0"
38                default="0">
39     <validator id="GeomValidators_Positive"/>
40   </doublevalue>
41 </source>