Salome HOME
82d446f2c31c8812b6cc41190c4b47280dca4939
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_filling.doc
1 /*!
2
3 \page create_filling_page Filling Surface with Edges
4
5 To generate a \b Filling in the <b>Main Menu</b> select <b>New Entity - > Generation  - > Filling</b>
6
7 \n To create a curving face using several edges you need to define the
8 <b>Edges Compound</b>, \b Minimum and <b>Maximum Degree</b>, \b
9 Tolerance for \b 2D and for \b 3D , the <b>Number of Iterations</b>
10 and <b>Approximation</b>.
11 \n The \b Result of the operation will be a GEOM_Object (face).
12
13 \n <b>TUI Command:</b> <em>geompy.MakeFilling(Edges, MinDegree,
14 MaxDegree, Tol2D, Tol3D, NbIter, isApprox)</em>
15 \n <b>Arguments:</b> Name + 1 List of edges + 6 Parameters
16 (Min. degree, Max. degree, Number of iterations, 2D tolerance, 3D
17 tolerance, Number of iterations, Approximation).
18
19 \image html filling.png
20
21 <b>Example:</b>
22
23 \image html filling_compoundsn.png
24
25 \image html fillingsn.png
26
27 Our <b>TUI Scripts</b> provide you with useful examples of creation of
28 \ref tui_creation_filling "Complex Geometric Objects".
29
30 */