Salome HOME
Merge branch 'fbt/addAngleInCylPrimitive'
[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 \n This operation removes all shared faces from a compound 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 shape.
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 Glue Faces or Partition before
19 Remove Internal Faces if you need to remove them.
20
21 \n <b>TUI Command:</b> <em>geompy.RemoveInternalFaces(theCompound)</em>,
22 where <em>theCompound</em> is a compound of solids.
23
24 \n Our <b>TUI Scripts</b> provide you with useful examples of the
25 \ref tui_remove_webs "Remove Internal Faces" functionality usage.
26
27 */