This operation performs precise computation of bounding box for the selected geometrical object and displays its dimensions.
The coordinates of two corners of its bounding box are shown in the table.
Press Apply or Apply and Close button to publish the bounding Box in the study.
TUI Commands: [Xmin,Xmax, Ymin,Ymax, Zmin,Zmax] = geompy.BoundingBox(Shape, precise), BBox = geompy.MakeBoundingBox(Shape, precise), where Shape is the shape for which the bounding box is computed. precise TRUE for precise computation; FALSE for fast one. Default value is False.
See also a TUI example.