Houdini 21.0 Nodes APEX nodes

geo::BoundingBox

Returns the bounding box of a geometry.

On this page
Since 21.0

Returns the bounding box of the input geometry, including its size, center, and minimum and maximum values. By default, the minimum and maximum of the bounding box are expressed in global space, matching the values in the node info panel. To output the minimum and maximum in local space, set local to True.

Inputs

geo: Geometry

The geometry to compute the bounding box of.

orient: Bool

If set to True, orients the bounding box to the axes of the input geometry instead of the world axes.

local: Bool

If set to True, returns min and max in local space.

Outputs

center: Vector3

The center of the bounding box.

size: Vector3

The size of the bounding box.

min: Vector3

The minimum value of the bounding box.

max: Vector3

The maximum value of the bounding box.

xform: Matrix4

The transform matrix of the bounding box. This matches the Transform Attribute parameter on the Bound SOP.

See also

APEX nodes