analyze_mesh_geometry
Analyze 3D mesh geometry to compute volume, surface area, overhangs, and printability score, identifying 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. For a
STEP/STP CAD file, convert it first with ``import_step_file``
and analyze the resulting mesh.
:returns: Dict with full mesh analysis metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |