/*! \page suppress_faces_operation_page Suppress Faces \n To produce a Suppress Faces operation in the Main Menu select Repair - > Suppress Faces. \n This operation suppresses a face of a shape. This operation is available in OCC Viewer only. \n The \b Result will be a \b GEOM_Object (ListOfGeomShapes). \n TUI Command: geompy.SuppressFaces(Shape, ListOfID), where \em Shape is a shape to be processed, \em ListOfID is a list of faces ID's to be removed. \n Arguments: Name + 1 shape + Faces which should be removed (you can select them in the 3D viewer). \image html repair2.png \n Example: \image html suppress_faces1.png "The initial box" \image html suppress_faces2.png "The box with suppressed faces" Our TUI Scripts provide you with useful examples of the use of \ref tui_suppress_faces "Repairing Operations". */