validate_generated_mesh
Validate a 3D mesh for printing: ensures STL, OBJ, or GLB files are manifold, dimensionally reasonable, and have acceptable polygon count.
Instructions
Validate a 3D mesh file for printing readiness.
Checks that the file is a valid STL, OBJ, or GLB, has reasonable
dimensions, an acceptable polygon count, and is manifold
(watertight).
Args:
file_path: Path to an STL, OBJ, or GLB file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |