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