Salome HOME
Fix crashes in unit tests (produced by stack of transactions)
[modules/shaper.git] / src / FeaturesPlugin / doc / fuseFeatureFaces.rst
1
2 Fuse Faces
3 ==========
4
5 **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.
6
7 To perform **Fuse Faces** in the active part:
8
9 #. select in the Main Menu *Features - > Fuse Faces* item  or
10 #. click **Fuse Faces** button in the toolbar
11
12 .. image:: images/fusion_faces.png 
13    :align: center
14
15 .. centered::
16    **Fuse Faces**  button 
17
18 The following property panel appears:
19
20 .. image:: images/FuseFaces.png 
21   :align: center
22
23 .. centered::
24   **Fuse Faces**  property panel
25
26 Input fields:  
27
28 - **Shape** - contains object selected in the Object Browser or in the Viewer, on which faces will be fused.
29
30 **TUI Command**:  *model.addFusionFaces(Part_doc, shape)*
31
32 **Arguments**:   Part +  shape in format *model.selection(TYPE, shape)*.
33
34 Result
35 """"""
36
37 The Result of the operation will be a shape with eliminated edges:
38
39 .. image:: images/CreatedFuseFaces.png
40            :align: center
41
42 .. centered::
43    Shape before and after operation **Fuse Faces**
44
45 **See Also** a sample TUI Script of :ref:`tui_create_fuse_faces` operation.