/*! \page whatis_page What Is ? This operation provides the list of types and quantities of all topological entities, composing the selected geometrical object. For the COMPOUND or COMPSOLID shape, additionally the information about "flat" content is shown - a number of "simple" top-level shapes enclosed into the compound. \image html measures8.png \n TUI Command: geompy.WhatIs(Shape), where \em Shape is a shape from which a description is returned. \n Kind of Shape field characterizes the whole shape. If there is no additional information about the shape, Basic Properties button is disabled, otherwise it provides information about center and dimensions of the shape. \image html measures8a.png \n TUI Command: geompy.KindOfShape(Shape), where \em Shape is a shape from which a description is returned. See also a \ref tui_whatis_page "TUI example". */