Bounding Box Node#

Bounding Box node.

The Bounding Box node creates a box mesh with the minimum volume that encapsulates the geometry of the input. The node also can output the vector positions of the bounding dimensions.

The mesh output and the Min and Max outputs do not take instances into account. Instead, for instanced geometry, a bounding box is computed for each instance rather than the whole geometry. To compute the bounding box including the instances, a Realize Instances Node can be used.

Inputs – Уводи#

Geometry – Геометрія

Standard geometry input.

Properties – Властивості#

Цей вузол наразі немає властивостей.

Outputs – Виводи#

Bounding Box – Габаритна Коробка

The resulting box that encapsulate the input geometry.

Min – Мін

The coordinates corresponding to the box’s -X, -Y, -Z position values, i.e. how far the box extends in each of the negative axes directions.

Max – Макс

The coordinates corresponding to the box’s +X, +Y, +Z position values, i.e. how far the box extends in each of the positive axes directions.

Example – Приклад#

../../../../_images/modeling_geometry-nodes_geometry_bounding-box_example.png

Bounding Box node used to create a box that encapsulates the geometry of the monkey mesh.#