]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/fillet1d_widget.xml
Salome HOME
Issue #3222: 1d fillet
[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       </multi_selector>
16     </box>
17     <box id="by_vertices"
18          title="Vertices"
19          tooltip="Fillet the specified corners of the wire"
20          icon="icons/Features/fillet1d_points.png">
21       <multi_selector id="main_vertices"
22                       label="Vertices"
23                       icon=""
24                       tooltip="Select vertices"
25                       shape_types="vertices"
26                       use_choice="false"
27                       concealment="true">
28         <validator id="PartSet_DifferentObjects"/>
29         <validator id="FeaturesPlugin_ValidatorFillet1DSelection"/>
30       </multi_selector>
31     </box>
32   </toolbox>
33   <doublevalue id="radius"
34                label="Radius"
35                tooltip="Fillet radius"
36                min="0"
37                default="0">
38     <validator id="GeomValidators_Positive"/>
39   </doublevalue>
40 </source>