analyze_mesh_geometry
Analyze 3D mesh geometry and compute printability metrics including volume, surface area, overhangs, and composite score to identify issues before slicing.
Instructions
Deep geometric and printability analysis of a 3D mesh.
Goes beyond basic validation to compute volume, surface area,
center of mass, overhang detection, connected components (floating
parts), degenerate triangles, and a composite printability score
(0-100).
Use this after generating a model to understand its geometry and
identify printability issues before sending to the slicer.
:param file_path: Path to .stl, .obj, or .glb file.
:returns: Dict with full mesh analysis metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |