/*! \page fillet_operation_page Fillet \n To produce a \b Fillet in the Main Menu select Operations - > Transformation - > Fillet \n This operation creates fillets on the edges of a shape. \n The \b Result will be a \b GEOM_Object. \n To create fillets on all edges of the given shape, you need to define the Main Object to create a fillet on and the \b Radius of the Fillet. \n TUI Command: geompy.MakeFilletAll(Shape, R) \n Arguments: Name + 1 shape + 1 value (fillet radius). \image html fillet1.png \n To create fillets on the specified edges or faces of the given shape, you need to define the Main Object to create a fillet on, select the necessary edges or faces in the OCC Viewer and define the \b Radius of the Fillet. \n TUI Command: geompy.MakeFillet(Shape, R, ShapeType, ListShapes) \n Arguments: Name + 1 shape + 1 Selection of edges (or faces) + 1 value (Fillet radius). \image html fillet2.png \image html fillet3.png \n Examples: \image html fillet_all.png