2 <toolbox id="creation_method">
5 tooltip="Fillet each sharp corner of the wire"
6 icon="icons/Features/fillet1d_wire.png">
7 <multi_selector id="main_wires"
10 tooltip="Select wires"
14 <validator id="PartSet_DifferentObjects"/>
15 <validator id="FeaturesPlugin_ValidatorFillet1DSelection" parameters="wire"/>
20 tooltip="Fillet the specified corners of the wire"
21 icon="icons/Features/fillet1d_points.png">
22 <multi_selector id="main_vertices"
25 tooltip="Select vertices"
26 shape_types="vertices"
29 <validator id="PartSet_DifferentObjects"/>
30 <validator id="FeaturesPlugin_ValidatorFillet1DSelection"/>
34 <doublevalue id="radius"
36 tooltip="Fillet radius"
39 <validator id="GeomValidators_Positive"/>