Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / FeaturesPlugin / doc / fuseFeature.rst
1
2 Fuse
3 ====
4
5 The feature Fuse implements a boolean operation for fision of a set of main objects with a set of tool objects.
6
7 To perform a boolean opration Fuse in the active part:
8
9 #. select in the Main Menu *Features - > Fuse* item  or
10 #. click **Fuse** button in the toolbar
11
12 .. image:: images/bool_fuse.png
13    :align: center
14
15 .. centered::
16    **Fuse**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/Fuse.png
21   :align: center
22
23 .. centered::
24   **Fuse operation**
25
26 - **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be fused with tool objects.
27 -  **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will fused with main objects.
28 - **See preview** button shows a result of the operation.
29
30 **TUI Command**:  *model.addFuse(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 fuse of tool objects with main objects:
38
39 .. image:: images/CreatedFuse.png
40            :align: center
41
42 .. centered::
43    **Fuse created**
44
45 **See Also** a sample TUI Script of a :ref:`tui_create_fuse` operation.