Salome HOME
7d90d5131146cb81169fa23e438d275feb4064cb
[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 .. figure:: images/Filling.png
16   :align: center
17
18   Create a filling
19
20 Select two or more edges in the viewer.
21
22 **Advanced options** manage filling process.
23
24 **Apply** button creates a filling.
25
26 **Cancel** button cancels the operation.
27
28 **TUI Command**:
29
30 .. py:function:: model.addFilling(Part_doc, Edges)
31
32     :param part: The current part object.
33     :param list: A list of shapes.
34     :return: Result object.
35
36 Result
37 """"""
38
39 The result of the operation will be a set of faces created from the selected shapes:
40
41 .. figure:: images/CreateFilling.png
42   :align: center
43
44   Result of the operation.
45
46 **See Also** a sample TUI Script of :ref:`tui_create_filling` operation.