find_similar_prints
Find 3D models with similar geometry using file hash, geometric signature, surface area, and volume matching.
Instructions
Find similar models in the print DNA knowledge base.
Uses geometric signature matching and surface area / volume
similarity to locate models with similar geometry.
Args:
file_hash: SHA-256 hash of the model file.
geometric_signature: Geometric signature from fingerprinting.
surface_area_mm2: Surface area in mm^2 (for fuzzy matching).
volume_mm3: Volume in mm^3 (for fuzzy matching).
complexity_score: Complexity (for fuzzy matching).
limit: Maximum results (default 10).
threshold: Similarity threshold 0.0-1.0 (default 0.8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| file_hash | Yes | ||
| threshold | No | ||
| volume_mm3 | No | ||
| complexity_score | No | ||
| surface_area_mm2 | No | ||
| geometric_signature | Yes |