/*! \page creaet_filling_page Filling Surface with Edges To generate a \b Filling in the Main Menu select New Entity - > Generation - > Filling \n To create a curving face using several edges you need to define the Edges Compound, \b Minimum and Maximum Degree, \b Tolerance for \b 2D and for \b 3D and the Number of Iterations. \n The \b Result of the operation will be a GEOM_Object (face). \n TUI Command: geompy.MakeFilling(Edges, MinDegree, MaxDegree, Tol2D, Tol3D, NbIter) \n Arguments: Name + 1 List of edges + 5 Parameters (Min. degree, Max. degree, Number of iterations, 2D tolerance, 3D tolerance, Number of iterations). \image html filling.png Example: \image html filling_compoundsn.png \image html fillingsn.png Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_filling "Complex Geometric Objects". */