/*!
\page create_hexa_solid_page Hexaedral solid
\n Description: Builds a hexahedral solid. either of the below
mentioned arguments. This operation allows to build a solid bypassing
the intermediate stage of building a shell and 4 faces (in the case of
building by 2 faces) or just a shell (in the case of building by 6
faces).
\n The \b Result of the operation will be a \b GEOM_Object (solid).
\n TUI Command:
- geompy.MakeHexa2Faces(F1, F2), where F1 and F2 are faces
from which the hexahedron is constructed, other four faces are created
automatically.
- geompy.MakeHexa(F1, F2, F3, F4, F5, F6), where F1 — F6 are six faces from which the hexahedron is constructed.
\n Arguments:
- Name + 2 Faces, or
- Name + 6 Faces.
\n Dialog Box:
\image html block4.png
\image html block5.png
\n Example:
\image html image180.png
Hexahedral Solid built on the base of six Faces
\image html image181.png
Hexahedral Solid built on the base of two Faces
The created blocks can be processed with \ref blocks_operations_page "Operations on Blocks".
Our TUI Scripts provide you with useful examples of
\ref tui_building_by_blocks_page "Building by Blocks".
*/