]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/doc/fuseFeatureFaces.rst
Salome HOME
Issue #3222: 1d fillet
[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 .. figure:: images/FuseFaces.png 
16    :align: center
17
18    **Fuse Faces**  property panel
19
20 Input fields:  
21
22 - **Shape** - contains object selected in the Object Browser or in the Viewer, on which faces will be fused.
23
24 **TUI Command**:
25
26 .. py:function:: model.addFusionFaces(Part_doc, shape)
27
28     :param part: The current part object.
29     :param list: A shape in format *model.selection(TYPE, shape)*.
30     :return: Created object.
31
32 Result
33 """"""
34
35 The Result of the operation will be a shape with eliminated edges:
36
37 .. figure:: images/CreatedFuseFaces.png
38    :align: center
39
40    Shape before and after operation **Fuse Faces**
41
42 **See Also** a sample TUI Script of :ref:`tui_create_fuse_faces` operation.