General information about the selected geometrical object is the list of types and quantities of all topological entities, composing the shape.
TUI Command: geompy.WhatIs(Shape), where Shape is a shape from which a description is returned.
See also a TUI example.
Kind of Shape field characterises the whole shape. If there is no additional information available for the shape, Basic Properties button will be disabled, otherwise it will show a dialog with information about dimensions, position, orientation and other parameters of the shape.
TUI Command: geompy.KindOfShape(Shape), where Shape is a shape from which a description is returned.