Get Mesh Vertices
mesh.verticesRetrieve vertex positions from a mesh with offset/limit pagination. Returns coordinates as [x, y, z] arrays.
Instructions
Query vertex positions from a mesh with offset/limit pagination. Returns vertex positions as [x, y, z] arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the mesh node (transform or shape) | |
| limit | No | Maximum vertices to return (default 1000, use 0 for unlimited) | |
| offset | No | Starting vertex index (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| count | No | ||
| shape | No | ||
| errors | Yes | ||
| exists | Yes | ||
| offset | No | ||
| is_mesh | Yes | ||
| vertices | No | ||
| truncated | No | ||
| total_count | No | ||
| vertex_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |