]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/doc/defeaturingFeature.rst
Salome HOME
33ebe856ed52581a7af40c0b64a33279d46cdf72
[modules/shaper.git] / src / FeaturesPlugin / doc / defeaturingFeature.rst
1 .. |defeaturing.icon|    image:: images/defeaturing.png
2
3 Defeaturing
4 ===========
5
6 **Defeaturing** operation is intended for removal of the unwanted parts or features from the model. These parts can be holes, protrusions, gaps, chamfers, fillets, etc. 
7
8 To create a Defeaturing in the active part:
9
10 #. select in the Main Menu *Feature -> Defeaturing* item  or
11 #. click |defeaturing.icon| **Defeaturing** button in the toolbar.
12
13 After that select one or more faces of solids to suppress them. The Defeaturing works with faces from comsolids and compounds of solids as well.
14
15 .. image:: images/defeaturing_property_panel.png
16   :align: center
17
18 .. centered::
19   Defeaturing property panel
20
21 Input field:
22
23 - **Faces to remove** panel contains the list of faces which should be suppressed.
24
25 **TUI Command**:
26
27 .. py:function:: model.addDefeaturing(Part_doc, [faces])
28
29     :param part: The current part object.
30     :param list: A list of faces in format *model.selection("FACE", shape)*.
31     :return: Created object.
32
33 Result
34 """"""
35
36 Result of **Defeaturing** is shown below.
37
38 .. image:: images/defeaturing_result.png
39    :align: center
40
41 .. centered::
42    Defeaturing operation
43
44 **See Also** a sample TUI Script of :ref:`tui_defeaturing` operation.
45
46 References
47 """"""""""
48
49 For more information, please, visit `OpenCASCADE Documentation <https://dev.opencascade.org/doc/overview/html/occt_user_guides__modeling_algos.html#occt_modalg_defeaturing>`_.