fingerprint_model
Compute a geometric fingerprint for 3D models: SHA-256 hash, geometry metrics (triangles, vertices, bounding box, area, volume), overhang ratio, complexity, and similarity signature.
Instructions
Compute a geometric fingerprint for a 3D model file.
Reads the STL file and produces a fingerprint containing: SHA-256
file hash, triangle/vertex counts, bounding box, surface area,
volume, overhang ratio, complexity score, and a geometric
signature for similarity matching.
Args:
file_path: Path to the STL file to fingerprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |