Checks the topology of the selected shape to detect self-intersections. Returns True if there are no self-intersections. Reports pairs of intersected sub-shapes, if there are any.
Result: Boolean.
TUI Command: geompy.CheckSelfIntersections(theShape), where theShape is the shape checked for validity.
See also a TUI example.