Get Mesh Information
mesh.infoGet mesh statistics including vertex, face, and edge counts, bounding box dimensions, and UV status for any mesh node in Maya.
Instructions
Get mesh statistics: vertex/face/edge counts, bounding box, UV status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the mesh node (transform or shape) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| shape | No | ||
| errors | Yes | ||
| exists | Yes | ||
| has_uvs | No | ||
| is_mesh | Yes | ||
| uv_sets | No | ||
| uv_count | No | ||
| edge_count | No | ||
| face_count | No | ||
| bounding_box | No | ||
| vertex_count | No |