3 \page fillet1d_operation_page Fillet 1D
5 This operation creates fillets on the corners of a <b>Wire with Planar
7 Note that each couple of edges connected with a vertex, where 1D fillet should be
8 constructed, have to lie in the same plane.
10 \image html fillet1d_2.png
12 To produce a \b Fillet 1D in the <b>Main Menu</b> select
13 <b>Operations - > Fillet 1D</b>
15 Define the <b>Wire with planar Edges</b> to create a fillet on, select the necessary
16 vertexes on this wire in the OCC Viewer and define the \b Radius of the Fillet.
18 \b Note: This Operation Works for the Wires with <b>Planar Edges</b> only.
20 \b Note: Use option <b>Fuse collinear edges to allow bigger radius</b>
21 in order to ignore possible secant points, i.e. the
22 joints of collinear edges, thus processing such edges as one.
24 <b>TUI Command:</b> <em>geompy.MakeFillet1D(Shape, R, ListVertexes)</em>
25 \n <b>Arguments:</b> Name + 1 shape + empty list or several vertexes + 1 value (Fillet radius).
26 \n <b>Advanced options:</b> \ref preview_anchor "Preview"
30 \image html fillet1d_1.png "Filleted Wire"
32 Our <b>TUI Scripts</b> provide you with useful examples of the use of
33 \ref tui_fillet1d "Transformation Operations".