Returns the dimensions of the bounding box for the selected geometrical object.
Result: Displays the bounding box dimensions of a geometrical object in form of a Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax).
TUI Command: geompy.BoundingBox(Shape), where Shape is the shape for which a bounding box is computed.
See also a TUI example.