/*! \page get_non_blocks_page Get Non Blocks \image html measures2.png Retrieve all non blocks solids and faces from the given shape. Collect them in two groups: solids and faces separately. \n Result: Two or less groups are published in the Object Browser under the processed object. Reports error if no bad sub-shapes (solids and faces) have been found. \n TUI Command: geompy.GetNonBlocks(Compound). Returns a tuple of two GEOM_Objects. The first object is a group of all non block solids (= not 6 faces, or with 6 faces, but with the presence of non-quadrangular faces). The second object is a group of all non quadrangular faces. See also a \ref tui_get_non_blocks_page "TUI example". */