Filling Surface with Curves

To generate a Filling in the Main Menu select New Entity - > Generation  - > Filling

 

To create a curving face using several curves you need to define the Curves, which will be the components of your face, Minimum and Maximum Degree, Tolerance for 2D and for 3D  and the Number of Iterations.

The Result of the operation will be a GEOM_Object (face).

 

TUI Command: geompy.MakeFilling(Shape, MinDegree, MaxDegree, Tol2D, Tol3D, NbIter),

Arguments: Name + 1 List of edges + 5 Parameters (Min. degree, Max. degree, Number of iterations, 2D tolerance, 3D tolerance).

 

 

 

Example:

 

 

 

Our TUI Scripts provide you with useful examples of creation of Complex Geometric Objects.