/*!
\page fillet2d_operation_page Fillet 2D
This operation creates fillets on the corners of a 2D Planar Face.
\image html fillet2d_2.png
To produce a \b Fillet 2D in the Main Menu select
Operations - > Transformation - > Fillet 2D
Define the Planar Face to create a fillet on, select the necessary
vertexes on this face in the OCC Viewer and define the \b Radius of the Fillet.
\b Note: This Operation Works for the Planar 2D Faces Only.
TUI Command: geompy.MakeFillet(Shape, R, ListVertexes)
\n Arguments: Name + 1 shape + one or several vertexes + 1 value (Fillet radius).
Examples:
\image html fillet2d_1.png
Our TUI Scripts provide you with useful examples of the use of
\ref tui_fillet2d "Transformation Operations".
*/