/*!
\page remove_webs_operation_page Remove Internal Faces
\n To Remove internal faces in the Main Menu select
Repair - > Remove internal faces.
This operation removes all shared faces from given solids to obtain
one or more bigger solids from a set of smaller solids.
\image html remove_webs.png
\n Arguments: Name + one or more shapes containing solids.
\n Advanced option:
\ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
\note Only shared faces will be removed. Coincident but not shared
faces will stay as is, use \ref glue_faces_operation_page or \ref partition_page before
Remove Internal Faces if you need to remove them.
\n TUI Command:
geompy.RemoveInternalFaces( theSolids ),
where theSolids is either a compound or a list of solids.
\n Our TUI Scripts provide you with useful examples of the
\ref tui_remove_webs "Remove Internal Faces" functionality usage.
*/