What problem does it solve?
Existing CAD and mesh files are opaque geometry that cannot be edited parametrically. This Skill rebuilds them as readable, parametric .forge.js models that run, render, and score numerically against the original source.
Core Features & Use Cases
- Multi-format source inspection: Reads STL, OBJ, 3MF, STEP, and STP files directly through the ForgeCAD CLI, gathering stats, iso renders, per-object views, and sampled sections as evidence.
- Iterative reconstruction loop: Guides blockout-first modeling with blueprint-first APIs, then compares candidates numerically via
forgecad compare 3d with coverage, RMS, p95, bounds, and volume metrics.
- Score diagnosis and calibration: Interprets alignment modes and metric signals to distinguish missing surfaces, proportional mismatch, and localized outliers, with calibrated score targets per part complexity.
- Use Case: Given a legacy STL bracket, produce a parametric ForgeCAD model whose dimensions, holes, and fillets are editable parameters, verified by a 5000-sample comparison score against the source mesh.
Quick Start
Use the forgecad-reconstruct-cad-file skill to inspect this STEP file, rebuild it as a parametric ForgeCAD model, and score the result against the source.