How the identifier works
Rolled steel shapes come in a fixed catalog, so identifying one is a nearest-match problem: find the catalog shape whose dimensions are closest to what you measured. Each candidate gets a weighted distance score, and the smallest wins.
score = |Δd|/0.125 + |Δbf|/0.125 + |Δtf|/0.0625 ×2 + |Δtw|/0.0625 ×2 + |ΔW| ×3
- Depth and flange width do the coarse sorting — measured in eighths of an inch.
- Flange and web thickness separate light from heavy beams at the same depth — weighted double.
- A stamped weight per foot is the strongest single clue and is weighted triple.
This build searches a seed subset of current AISC profiles. The full 1873–2016 historic table and era filtering activate once the AISC v16.0H dataset is generated with the build script.