Parameters
Bounds node generates a new shape that encapsulates the input geometry.
It can create the following bounding boxes:
- axis-aligned (AABB).
- oriented (OBB).
- convex hull.
- concave.
Tip: Use the 'Combined' mode to create a single continuous bounding shape around an entire group of scattered or disparate shapes
Parameters
| Parameter | Description |
|---|---|
Label | The display name for the node. |
Group | Target specific geometry. |
Mode | Generate bounds per shape or for the entire group. |
Type | Shape of the generated bounds. "Oriented" follows geometry rotation. |
Padding | Amount to expand the bounds. |
Keep Holes | Preserves and subtracts original holes from the generated bounds. |