5 Filling feature creates one or several faces using shapes already existing in other objects.
7 To create a filling in the active part:
9 #. select in the Main Menu *Build - > Filling* item or
10 #. click **Filling** button in the toolbar
12 .. image:: images/feature_filling.png
18 The following property panel will be opened:
20 .. image:: images/Filling.png
26 Select two or more edges in the viewer.
28 **Advanced options** manage filling process.
30 **Apply** button creates a filling.
32 **Cancel** button cancels the operation.
34 **TUI Command**: *model.addFilling(Part_doc, Edges)*
36 **Arguments**: Part document + list of edges.
41 The result of the operation will be a set of faces created from the selected shapes:
43 .. image:: images/CreateFilling.png
47 Result of the operation.
49 **See Also** a sample TUI Script of :ref:`tui_create_filling` operation.