Category: Geometric Operations
Kind: Operation
Description: Returns the bounding box of a geometry
A bounding box geometry is an invisible rectangular (2D) shape that tightly encloses any given object or set of points, defined by its minimum and maximum coordinates along each axis (x, y). It's a simple, efficient way to represent an object's spatial extent, used in computer graphics, CAD, and GIS for collision detection, visibility tests, data searching, and optimizing rendering by quickly determining if objects are near each other.
Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The geometry |
Outputs
Name | Abbreviation | Type | Access | Description |
Bbox | B | Object | Item | The bounding box |
Add the bounding box node
The results are the min and max extents of the geometry’s bounding box



