/*! \page suppress_holes_operation_page Suppress Holes \n To Suppress Holes in the Main Menu select Repair - > Suppress Holes. \n This operation removes holes with free boundaries on a selected shell or face. This operation is available in OCC Viewer only. \n The \b Result will be a \b GEOM_Object. \n TUI Command: geompy.SuppressHoles(Shape, ListOfWireID), where \em Shape is a shell or face, where holes with free boundaries must be removed, \em ListOfWireID is a list of wire sub-shapes ID's. If it is empty, then all holes are removed. \image html repair5.png \n Arguments: Name + 1 shape + Wires which should be removed. \n Remove all holes checkbox allows to fill all holes of a definite shape. \n \b Detect button allows to display the number of free boundaries in your shape: \image html neo-detect2.png \n Example: \image html image109.png "The cone with a hole" \image html image110.png "The hole has been suppressed" Our TUI Scripts provide you with useful examples of the use of \ref tui_suppress_holes "Repairing Operations". */