Check, if the compound of blocks is given.
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 connexe.
- The glue between two quadrangle faces should be applied.
- Parameters:
-
| theCompound | The compound to check. |
- Returns:
- TRUE, if the given shape is a compound of blocks. If theCompound is not valid, prints all discovered errors.
Example 1
Example 2