Skip to main content

Bounding Box

Overview

Calculates the axis-aligned bounding box (AABB) of a mesh and generates a cube that perfectly encapsulates the geometry.


Inputs

NameTypeDescription
GeometryMeshDataThe mesh to analyze for bounding dimensions.

Outputs

NameTypeDescription
OutputMeshDataA cube mesh representing the volume of the bounding box.
MinVector3The minimum corner coordinates (bottom-left-back).
MaxVector3The maximum corner coordinates (top-right-front).

Parameters

This node does not expose additional parameters.


Behavior Notes