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.

注釈

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 ネストしたインスタンス化 for more information.

入力

Use Radius

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

出力

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.