Checks the topology of the selected geometrical object and returns True if it is valid. Check also geometry checkbox allows to test the geometry as well.
Result: Boolean.
TUI Command: geompy.CheckShape(theShape, theIsCheckGeom = 0), where theShape is the shape checked for validity.
See also a TUI example.