/*!
\page fillet2d_operation_page Fillet 2D
This operation creates fillets on the corners of a 2D Planar Face
or a Shell, made of 2D Planar Faces.
\image html fillet2d_2.png
To produce a Fillet 2D in the Main Menu select
Operations - > Fillet 2D
Define the Planar Face or the Shell to create a fillet
on, select the necessary vertexes on this shape in the OCC Viewer and
define the \b Radius of the Fillet.
\b Note: This operation works only for Planar 2D Faces and
shells, made of such faces. For shells, only corner vertexes are
available for fillet building, i.e. the vertexes that belong to only
one face of this shell.
TUI Command: geompy.MakeFillet2D(Shape, R, ListVertexes)
\n Arguments: Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
\n Advanced options \ref preview_anchor "Preview"
Examples:
\image html fillet2d_1.png
Our TUI Scripts provide you with useful examples of the use of
\ref tui_fillet2d "Transformation Operations".
*/