Calculates a single bounding box that encloses multiple geometries
ID
tool-analysis-bounding-box-union
Name
Bounding Box Union
Group
Analysis
Package
Tool
Keywords
The Bounding Box Union node calculates the bounding box that encompasses multiple geometries at once. You can optionally provide a reference plane to compute the bounding box in a specific orientation.
It outputs the following values:
Center point of the union bounding box
Width (X direction size)
Length (Y direction size)
Height (Z direction size)
Area of the resulting bounding box surface or volume (depending on geometry types)
Works with curves, surfaces, and solids. Geometry is automatically transformed to the specified plane before measuring.
Bounding Box
Curve Length
Curve Middle Point
End Points
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Value | Geometry | Array of geometries to include in the union bounding box | |
Value | Plane | Reference plane used to orient the bounding box. Defaults to XY plane |
Outputs
Name | Type | Description |
---|---|---|
Value | Point | Center point of the resulting bounding box |
Value | Number | Size of the bounding box along the X axis of the reference plane |
Value | Number | Size of the bounding box along the Y axis of the reference plane |
Value | Number | Size of the bounding box along the Z axis of the reference plane |
Value | Number | Surface area (for 2D) or volume projection (for 3D) of the bounding box |