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