fingerprint_model
Compute a geometric fingerprint for a 3D STL file, providing SHA-256 hash, triangle/vertex counts, bounding box, surface area, volume, overhang ratio, complexity score, and a signature for similarity matching.
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 |