analyze_non_manifold_edges
Diagnose non-manifold edges in a 3D mesh by counting boundary, T-junction, and manifold edges to pinpoint problematic areas before repair.
Instructions
Count and classify non-manifold edges in a mesh.
Reports boundary edges (shared by 1 triangle), T-junction edges
(shared by 3+ triangles), and manifold edges (shared by exactly 2).
This is the diagnostic version of the manifold check -- use it
to understand exactly how many edges are problematic before
deciding whether to repair.
:param file_path: Path to mesh file (.stl, .obj, or .glb).
:returns: Dict with edge count breakdown and watertight status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |