get_attrib_values
Fetch paginated attribute values from Houdini nodes by attribute class (point, prim, vertex, detail). Returns values with offset and limit for controlled data access.
Instructions
按 owner/storage/tuple-size 分派读取属性,原生分页 (add-geometry-export-and-measure,NO_UNDO)。
- ``attrib_class`` 接受 ``point / prim / vertex / detail``。
- 返回 ``{values, offset, limit, total, next_offset, storage,
tuple_size}``。响应过 server 端 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| limit | No | ||
| offset | No | ||
| attribute | Yes | ||
| node_path | Yes | ||
| attrib_class | No | point |