Salome HOME
Issue #2660: Update data model before save.
[modules/shaper.git] / src / BuildPlugin / doc / fillingFeature.rst
1
2 Filling
3 =======
4
5 The Filling feature creates one or several faces using already existing edges or wires in other objects.
6
7 To create filling in the active part:
8
9 #. select in the Main Menu *Build - > Filling* item  or
10 #. click **Filling** button in the toolbar
11
12 .. image:: images/feature_filling.png
13   :align: center
14
15 .. centered::
16   **Filling** button
17
18 The following property panel will be opened:
19
20 .. image:: images/Filling.png
21   :align: center
22
23 .. centered::
24   Create a filling
25
26 Select two or more edges in a viewer.
27
28 **Advanced options** lets to manage filling process.
29
30 **Apply** button creates a filling.
31
32 **Cancel** button cancels operation.
33
34 **TUI Command**:  *model.addFilling(Part_doc, Edges)*
35
36 **Arguments**:   Part document + list of edges.
37
38 Result
39 """"""
40
41 The result of the operation will be set of faces created from selected shapes:
42
43 .. image:: images/CreateFilling.png
44   :align: center
45
46 .. centered::
47   Result of the operation.
48
49 **See Also** a sample TUI Script of a :ref:`tui_create_filling` operation.