Evaluate Mesh Topology
mesh.evaluateAnalyze mesh topology to detect non-manifold edges, lamina faces, holes, and border edges, identifying geometry issues for cleanup.
Instructions
Analyze mesh topology for issues: non-manifold edges, lamina faces, holes, and border edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Name of the mesh node (transform or shape) | |
| limit | No | Max components per check (default 500) | |
| checks | No | Checks to perform (default: all) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| holes | No | ||
| shape | No | ||
| errors | Yes | ||
| exists | Yes | ||
| is_mesh | Yes | ||
| is_clean | Yes | ||
| truncated | No | ||
| hole_count | No | ||
| total_count | No | ||
| border_count | No | ||
| border_edges | No | ||
| lamina_count | No | ||
| lamina_faces | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No | ||
| non_manifold_count | No | ||
| non_manifold_edges | No |