Salome HOME
Renaming Fill in Split : IHM and HDF
[modules/shaper.git] / src / FeaturesPlugin / doc / fillFeature.rst
1
2 Fill
3 ====
4
5 Fill feature implements a Boolean operation filling of main objects by parts of tool objects.
6
7 To perform Fill in the active part:
8
9 #. select in the Main Menu *Features - > Fill* item  or
10 #. click **Fill** button in the toolbar
11
12 .. image:: images/bool_fill.png
13    :align: center
14
15 .. centered::
16    **Fill**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/Fill.png
21   :align: center
22
23 .. centered::
24    **Fill operation**
25
26 - **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut and filled by tool objects.
27 -  **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and fill the main objects.
28 - **See preview** button shows a result of the operation.
29
30 **TUI Command**:  *model.addFill(Part_doc, mainObjects, toolObjects)*
31
32 **Arguments**:   Part + list of main objects + list of tool objects.
33
34 Result
35 """"""
36
37 The Result of the operation will be a shape, which is a fill of tool objects with main objects:
38
39 .. image:: images/CreatedFill.png
40            :align: center
41
42 .. centered::
43    **Fill created**
44
45 **See Also** a sample TUI Script of :ref:`tui_create_fill` operation.