poly_get_verts
Retrieve paginated vertex indices and positions. Pass face indices to filter and return only the vertices used by those faces, providing targeted geometry data from 3ds Max.
Instructions
分页返回顶点索引与坐标。可用 faces 过滤只取某些面用到的顶点。 [English] Return vertex indices and positions, paginated. Pass faces to limit the result to the vertices used by those faces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faces | No | 只返回这些面涉及的顶点;省略则返回全部。 | Only return vertices used by these faces; omit for all. | |
| limit | No | 最多返回条数,0 表示全部。 | Maximum entries to return, 0 for all. | |
| offset | No | 跳过的条数(分页)。 | Entries to skip (pagination). | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. |