get_group_members
Fetch Houdini group members in pages, specifying offset and limit to retrieve vertex or edge data with total count and next offset.
Instructions
分页读取 group 成员 (add-geometry-export-and-measure,NO_UNDO)。
- ``offset / limit`` 必填;``limit`` 默认 1000。
- vertex 成员 ``{prim_index, vertex_index, point_index}``;
edge 成员 ``[min_point, max_point]`` 排序端点对。
- 返回 ``{values, offset, limit, total, next_offset}``。响应过
server 端 ``apply_response_cap``。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| limit | No | ||
| offset | No | ||
| node_path | Yes | ||
| group_name | Yes | ||
| group_type | Yes |