/*!
\page create_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 , the Number of Iterations
and Approximation.
\n The \b Result of the operation will be a GEOM_Object (face).
\n TUI Command: geompy.MakeFilling(Edges, MinDegree,
MaxDegree, Tol2D, Tol3D, NbIter, isApprox)
\n Arguments: Name + 1 Compound of edges + 2 Values (min. and max degree of result BSpline surface) + 2 Values (2D and 3D precision to reach) + 1 Value (number of iterations of approximaion algorithm) + 1 Flag (to select one of algorithms).
\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".
*/