/*!
\page check_compound_page Check Compound of Blocks
Checks whether a shape is a compound of glued blocks. To be
considered as a compound of blocks, the given shape must satisfy the
following conditions:
- Each element of the compound should be a Block (6 faces and 12 edges);
- A connection between two Blocks should be an entire quadrangle face or an entire edge;
- The compound should be connected;
- Two quadrangle faces should be glued.
\n Informs of the following possible errors:
- not a block;
- not glued;
- not connected;
- extra or degenerated edge.
\n Result: Boolean; highlight in the viewer.
\n TUI Command:
geompy.CheckCompoundOfBlocks(Compound). Checks if the shape
is a valid compound of blocks. If it is true, then the validity flag
is returned, and encountered errors are printed in the python console.
\image html measures10.png
*/