/*! \page create_shell_page Shell To create a \b Shell in the Main Menu select New Entity - > Build - > Shell \n You can create a \b Shell from a compound of faces or a list of faces or shells. \n The \b Result will be a \b GEOM_Object. It can be either a single shell or, in specific cases, a compound of shells. \n TUI Command: geompy.MakeShell(ListOfShape) \n Arguments: Name + Compound of faces or List of faces having connected edges. \image html neo-obj5.png \n Example: \image html shellsn.png "Shell" Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_shell "Advanced Geometric Objects". */