get_bounding_box
Retrieve the bounding box of a Houdini geometry node, breaking it down into min, max, size, and center coordinates for easy measurement.
Instructions
解包几何 6 元 bounds 为 {min,max,size,center}
(add-geometry-export-and-measure,NO_UNDO)。
使用 ``geo.intrinsicValue("bounds")`` 的
``(xmin, xmax, ymin, ymax, zmin, zmax)`` 标准布局。响应过 server
端 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| node_path | Yes |