validate_generated_mesh
Validate a 3D mesh file for printing by checking its format (STL, OBJ, GLB), dimensions, polygon count, and manifold condition.
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 |