analyze_mesh_quality
Analyze mesh topology quality to detect defects like non-manifold edges, loose vertices, zero-area faces, duplicate vertices, and wire edges. Returns a structured report with counts and sample indices.
Instructions
Analyze mesh topology quality and return a structured defect report.
Checks for non-manifold edges, loose vertices, zero-area faces, duplicate vertices, and wire edges. Returns counts and sample indices (capped at 50 per category) for each defect type.
Args: object_name: Name of the mesh object to analyze.
Returns: Dict with vertex/edge/face counts, defect counts and sample indices, and an issues_found boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||