边界框¶
The Bounding Box node creates a cube with the minimum volume that encapsulates the geometry of the input. The node also can output the vector positions of the bounding dimensions.
输入¶
- 几何数据(Geometry)
标准的几何图形输入。
属性¶
这个节点没有属性。
输出¶
- 几何数据(Geometry)
The resulting box or cube to encapsulate the input geometry.
- 最小值
The coordinates corresponding to the cubes -X, -Y, -Z position values, i.e. how far the box extends in each of the negative axes directions.
- 最大值
The coordinates corresponding to the cubes +X, +Y, +Z position values. i.e. how far the box extends in each of the positive axes directions.