
HartmutandClaude Opus 4.6
cfccdd5397
feat: rich product metadata extraction from STEP files
Extract volume, surface area, part count, assembly hierarchy, and
complexity from STEP files via OCC B-rep analysis.
Backend:
- extract_rich_metadata() in step_processor.py: computes per-part volume
(BRepGProp), surface area, triangle/vertex count, assembly depth,
instance count, complexity score, largest part identification
- cad_metadata JSONB column on Product model (DB migration)
- Auto-populated during STEP processing (non-fatal, 10s timeout)
- Also stored in cad_files.mesh_attributes["rich_metadata"]
- Batch re-extract endpoint: POST /admin/settings/reextract-rich-metadata
AI Agent:
- search_products returns part_count, volume_cm3, complexity, largest_part
- query_database tool description documents cad_metadata schema
Frontend:
- ProductDetail page: CAD Metadata section with stat cards
(parts, volume, surface area, complexity, triangles, assembly depth)
- Admin System Tools: "Re-extract Rich Metadata" button for backfill
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 18:49:50 +01:00
..
2026-03-14 12:16:37 +01:00
2026-03-12 22:28:38 +01:00
2026-03-14 14:33:00 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-05 22:12:38 +01:00
2026-03-06 15:38:37 +01:00
2026-03-06 15:49:16 +01:00
2026-03-06 15:51:56 +01:00
2026-03-06 16:30:41 +01:00
2026-03-06 16:30:41 +01:00
2026-03-06 17:07:21 +01:00
2026-03-06 17:07:21 +01:00
2026-03-06 17:07:55 +01:00
2026-03-06 17:32:42 +01:00
2026-03-06 18:05:01 +01:00
2026-03-06 18:05:01 +01:00
2026-03-06 18:05:01 +01:00
2026-03-06 18:05:01 +01:00
2026-03-06 20:56:26 +01:00
2026-03-06 21:50:07 +01:00
2026-03-08 19:05:03 +01:00
2026-03-08 19:25:08 +01:00
2026-03-08 20:26:57 +01:00
2026-03-08 19:42:10 +01:00
2026-03-08 20:20:07 +01:00
2026-03-08 20:24:03 +01:00
2026-03-08 20:37:05 +01:00
2026-03-12 22:28:38 +01:00
2026-03-11 14:40:36 +01:00
2026-03-11 14:40:36 +01:00
2026-03-11 14:40:36 +01:00
2026-03-11 14:40:36 +01:00
2026-03-11 14:40:36 +01:00
2026-03-12 13:11:09 +01:00
2026-03-12 13:11:09 +01:00
2026-03-12 13:11:09 +01:00
2026-03-15 12:46:21 +01:00
2026-03-15 18:49:50 +01:00
2026-03-11 14:40:36 +01:00
2026-03-14 13:16:00 +01:00
2026-03-15 12:26:38 +01:00