Salome HOME
Task #3016: 3.2 To add a mode «through all» for features RevolutionCut and RevolutionFuse
[modules/shaper.git] / src / FeaturesPlugin / doc / fuseFeatureFaces.rst
1 .. |fusion_faces.icon|    image:: images/fusion_faces.png
2
3 Fuse Faces
4 ==========
5
6 **Fuse Faces** feature eliminates the edges between adjacent same-domain faces lying on the same geometrical surface. This feature is useful for processing the results of **Fuse**, **Union** or **Partition** operations.
7
8 To perform **Fuse Faces** in the active part:
9
10 #. select in the Main Menu *Features - > Fuse Faces* item  or
11 #. click |fusion_faces.icon| **Fuse Faces** button in the toolbar
12
13 The following property panel appears:
14
15 .. image:: images/FuseFaces.png 
16   :align: center
17
18 .. centered::
19   **Fuse Faces**  property panel
20
21 Input fields:  
22
23 - **Shape** - contains object selected in the Object Browser or in the Viewer, on which faces will be fused.
24
25 **TUI Command**:
26
27 .. py:function:: model.addFusionFaces(Part_doc, shape)
28
29     :param part: The current part object.
30     :param list: A shape in format *model.selection(TYPE, shape)*.
31     :return: Created object.
32
33 Result
34 """"""
35
36 The Result of the operation will be a shape with eliminated edges:
37
38 .. image:: images/CreatedFuseFaces.png
39            :align: center
40
41 .. centered::
42    Shape before and after operation **Fuse Faces**
43
44 **See Also** a sample TUI Script of :ref:`tui_create_fuse_faces` operation.