poly_get_faces
Retrieve face topology data from 3ds Max objects, including index, vertices, normal direction, and material ID per face, with pagination support.
Instructions
分页返回每个面的索引、组成顶点、法线方向与材质 ID。非常适合读取几何拓扑。 [English] Return, per face, its index, the vertices it uses, its normal direction and its material ID, paginated. Great for reading geometry topology.
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. |