get_group_members
Retrieve element indices from a Houdini geometry group by node path, group name, and type, with pagination to browse large groups page by page.
Instructions
Get element indices in a geometry group, with pagination.
Check has_more and increment start to read subsequent pages.
Args: node_path: Node path. group_name: Group name. group_type: "point", "prim", or "edge". start: First element index to return. count: Max elements per page (default 5 000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| start | No | ||
| node_path | Yes | ||
| group_name | Yes | ||
| group_type | No | point |