Returns the maximum and the minimum tolerance for the selected geometrical object.
Result: Displays the tolerance values (FaceMinTol, FaceMaxTol, EgdeMinTol, EgdeMaxTol, VertexMinTol, VertexMaxTol).
TUI Command: geompy.Tolerance(Shape), where Shape is a shape for which minimal and maximal tolerances are returned.
See also a TUI example.