/*! \page create_solid_page Solid \n To create a \b Solid in the Main Menu select New Entity - > Build - > Solid. You can create a \b Solid from a list of shells. The \b Result will be a \b GEOM_Object (SOLID). \n TUI Command: geompy.MakeSolid(ListOfShape), where ListOfShape is a list of shells from which the solid is constructed. \n Arguments: Name + A closed shell or a list of closed shells. \image html neo-obj6.png \n Example: \image html solidsn.png "Solid" Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_solid "Advanced Geometric Objects". */