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