Anto01
14354a2606
feat: Add NX file dependency tree to introspection panel
Backend:
- Add scan_nx_file_dependencies() function to parse NX file chain
- Uses naming conventions to build dependency tree (.sim -> .afm -> .fem -> _i.prt -> .prt)
- Include file_dependencies in introspection response
- Works without NX (pure file-based analysis)
Frontend:
- Add FileDependencies interface for typed API response
- Add collapsible 'File Dependencies' section with tree visualization
- Color-coded file types (purple=sim, blue=afm, green=fem, yellow=idealized, orange=prt)
- Shows orphan geometry files that aren't in the dependency chain
2026-01-20 15:33:04 -05:00
..
2025-11-25 19:23:58 -05:00
2026-01-20 15:08:49 -05:00
2026-01-20 13:10:47 -05:00
2025-12-29 20:21:20 -05:00
2026-01-20 11:53:26 -05:00
2026-01-13 15:53:55 -05:00
2026-01-16 14:47:10 -05:00
2026-01-20 15:33:04 -05:00
2026-01-20 13:10:47 -05:00
2025-12-20 13:47:05 -05:00