Instance Bounds Node¶

Instance Bounds node.

The Instance Bounds node outputs the axis-aligned bounding box of each instance in the input geometry. This can be used to determine the spatial extent of instances, for example, to position or scale objects based on their size.

Note

Only top-level instances are considered; the bounds do not include nested instances inside the instance geometry. This avoids the performance cost of realizing nested instances for accurate bounds.

See Nested Instancing for more information.

Inputs¶

Use Radius

For curves, point clouds, and Grease Pencil geometries, take the radius attribute into account when computing the bounds.

Properties¶

This node has no properties.

Outputs¶

Min

The minimum corner of the bounding box for each instance, in local space.

Max

The maximum corner of the bounding box for each instance, in local space.