/*!
\page sewing_operation_page Sewing
\n To produce a \b Sewing operation in the Main Menu select Repair - > Sewing.
\n It is possible to sew only compounds of faces or shells.
\n The \b Result will be a \b GEOM_Object.
\n TUI Command: geompy.MakeSewing(ListOfShape, Precision, AllowNonManifold=False),
where \em ListOfShape is list of faces or shells to be sewed, \em Precision is a
precision for sewing, \em AllowNonManifold flag that allows non-manifold sewing.
\image html repair6.png
\n Arguments: Name + 1 or more shapes + 1 value (sew
precision).
\n \b Detect button allows to display the number of free boundaries in
your shape:
\image html neo-detect2.png
\n Example:
\image html image112.png "The initial faces"
\image html image113.png "The sewn faces"
Our TUI Scripts provide you with useful examples of the use of
\ref tui_sewing "Repairing Operations".
*/