get_geometry_data
Retrieve attribute values from Houdini geometry points or primitives. Use pagination with start and limit to handle large datasets.
Instructions
Read actual attribute values from geometry, paginated (limit capped at
500 — use start to page through large geometry). element: 'points' or
'primitives'. attributes: names to read (default: P for points); call
get_geometry_info first to see what exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| start | No | ||
| element | No | points | |
| attributes | No |