analyze_non_manifold_edges
Count and classify non-manifold edges in a mesh, including boundary and T-junction edges, to assess watertight status before deciding on repairs.
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 |