poly_get_edges
Retrieve edge indices and their connecting vertices from 3ds Max polygon objects, with pagination support via offset and limit.
Instructions
分页返回每条边的索引及其连接的两个顶点。 [English] Return each edge's index and the two vertices it connects, paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |