Salome HOME
0022749: [EDF] Improvement of Remove Internal Faces operation
[modules/geom.git] / doc / salome / gui / GEOM / input / remove_webs_operation.doc
1 /*!
2
3 \page remove_webs_operation_page Remove Internal Faces
4
5 \n To <b>Remove internal faces</b> in the <b>Main Menu</b> select
6 <b>Repair - > Remove internal faces</b>.
7
8 This operation removes all shared faces from given solids to obtain
9 one or more bigger solids from a set of smaller solids.
10
11 \image html remove_webs.png
12
13 \n <b>Arguments:</b> Name + one or more shapes containing solids.
14 \n <b>Advanced option:</b>
15    \ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
16
17 \note Only shared faces will be removed. Coincident but not shared
18 faces will stay as is, use \ref glue_faces_operation_page or \ref partition_page before
19 <b>Remove Internal Faces</b> if you need to remove them.
20
21 \n <b>TUI Command:</b> <br>
22 <em>geompy.RemoveInternalFaces( theSolids )</em>,<br>
23 where <em>theSolids</em> is either a compound or a list of solids.
24
25 \n Our <b>TUI Scripts</b> provide you with useful examples of the
26 \ref tui_remove_webs "Remove Internal Faces" functionality usage.
27
28 */