/*! \page create_hexa_solid_page Hexaedral solid This operation allows to build a hexahedral solid bypassing the intermediate stage of building a shell and 4 faces (in case of building by 2 faces) or just a shell (in case of building by 6 faces). There are 2 algorithms to create a hexahedral solid in the 3D space. \n The \b Result of the operation will be a \b GEOM_Object (solid). Firstly, you can define a Hexahedral Solid by two faces, other four faces are created automatically. TUI Command: geompy.MakeHexa2Faces(F1, F2), Arguments: Name + 2 Faces. \image html block4.png \n Example: \image html image181.png