The thin sheet of mild steel that gets pressed into shape — the body of a Ford Model T, the skin of a refrigerator, the drum of a washing machine, the seat of a Tolix chair, the back of a filing cabinet. Lower carbon than a bar of mild steel and rolled cold, which makes it soft and ductile enough to deep-draw, stamp, fold, and bend into a hollow body without cracking. The material that made the Fordist car possible — and that turned the icebox into the refrigerator, the washtub into the washing machine, the iron-framed cabinet into the seamless white box.
Cold-rolled low-carbon sheet steel in the AISI 1008–1010 / EN DC03–DC06 family. Carbon content 0.06–0.10%, manganese 0.25–0.45%, deliberately low silicon to keep the surface finish clean for paint and zinc coating. Cold-rolled to thickness 0.4–3.2 mm and supplied in coil. Drawability is the central property — captured by the plastic-strain ratio r-value (typically r > 1.6 for DC04, r > 2.0 for DC06 IF-grade) and the strain-hardening exponent n (~0.22–0.24). High r and n let a flat blank deep-draw into a cup or pan without thinning to failure at the punch radius. Tensile strength 270–410 MPa as supplied, yield 140–280 MPa, total elongation 28–45%. Modulus 200–210 GPa as for any low-carbon steel. Surface is bright cold-roll, oil-dipped against rust, or zinc-coated (electrogalvanized for auto-body, hot-dip galvanized for white-goods and outdoor structures). Welding is excellent — spot-welded in body assembly, MIG-welded for heavier sections. The material's role is the deep-drawn or stamped panel, not the bar; the production economy is in the press tooling — once a die is cut, copies stamp at one to several per second. Modern automotive body sheet has migrated to higher-strength bake-hardenable, dual-phase, and TRIP grades, but the deep-drawing-grade low-carbon sheet remains the canonical white-goods, file-cabinet, and Tolix-chair material.
With improved methods of steel pressing, the 'white' goods or kitchen appliances they produced changed from having an iron frame to being made entirely without joints.
Henry Ford's ability to combine three factors: the inclusion of armory practice in his manufacturing; the use of sheet-metal stamping; and the use of line assembly. He evolved a system of manufacture that perfected the concept of standardization, expressed in his belief that all his cars should look identical.
Principled BSDF defaults derived from the sphere metallic finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →
# finish: metallic albedo #3a3a3a metallic 1.00 roughness 0.25 ior 1.45 transmission 0.00 clearcoat 0.00 sheen 0.00 anisotropic 0.00
{
"albedo": "#3a3a3a",
"metallic": 1.0,
"roughness": 0.25,
"ior": 1.45,
"transmission": 0.0,
"clearcoat": 0.0,
"sheen": 0.0,
"anisotropic": 0.0
}
# Blender 4.x — Principled BSDF
# Steel, Cold-Rolled Deep-Drawing Sheet (AISI 1008/1010 / EN DC04) · finish: metallic
import bpy
mat = bpy.data.materials.new(name="mat_steel_sheet_drawing")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value = (0.0423, 0.0423, 0.0423, 1.0)
bsdf.inputs["Metallic"].default_value = 1.000
bsdf.inputs["Roughness"].default_value = 0.250
bsdf.inputs["IOR"].default_value = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value = 0.000
bsdf.inputs["Sheen Weight"].default_value = 0.000
bsdf.inputs["Anisotropic"].default_value = 0.000
# KeyShot 11+ — lux Python API, Generic material
# Steel, Cold-Rolled Deep-Drawing Sheet (AISI 1008/1010 / EN DC04) · finish: metallic
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_steel_sheet_drawing", materialType="Generic")
mat.setProperty("diffuse", (58, 58, 58)) # 8-bit sRGB
mat.setProperty("metallic", 1.000)
mat.setProperty("roughness", 0.250)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
{
"_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
"_about": "Steel, Cold-Rolled Deep-Drawing Sheet (AISI 1008/1010 / EN DC04) \u00b7 finish: metallic",
"baseColor": {
"r": 0.0423,
"g": 0.0423,
"b": 0.0423
},
"metallic": 1.0,
"roughness": 0.25,
"ior": 1.45,
"opacity": 1.0,
"anisotropyLevel": 0.0,
"_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
{
"asset": {
"version": "2.0",
"generator": "ForMatter"
},
"materials": [
{
"name": "mat_steel_sheet_drawing",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.0423,
0.0423,
0.0423,
1.0
],
"metallicFactor": 1.0,
"roughnessFactor": 0.25
},
"extensions": {
"KHR_materials_ior": {
"ior": 1.45
}
}
}
]
}
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Steel, Cold-Rolled Deep-Drawing Sheet (AISI 1008/1010 / EN DC04) · finish: metallic
def Material "mat_steel_sheet_drawing" {
token outputs:surface.connect = </mat_steel_sheet_drawing/PreviewSurface.outputs:surface>
def Shader "PreviewSurface" {
uniform token info:id = "UsdPreviewSurface"
color3f inputs:diffuseColor = (0.0423, 0.0423, 0.0423)
float inputs:metallic = 1.000
float inputs:roughness = 0.250
float inputs:ior = 1.450
float inputs:opacity = 1.000
float inputs:clearcoat = 0.000
token outputs:surface
}
}
ASM Handbook Vol. 1; AISI low-carbon-sheet specifications.
Vintage steel dollhouses, tins, and aluminum rivets. Accession 1997.51. One hundred forty images of women cut from printed steel containers, disassembled and folded into fan shapes on a sheet-metal brake — recycled drawn-sheet steel turned back into sculptural form.
House vocabulary — terms ForMatter uses with intent.
Materials and processes for people who design and make things.
A local-first library of materials, processes, applications, and finishes — equal weight, citable everywhere, with cost-over-volume curves, trade-off profiles, equipment-tier filters, and second-life paths layered onto the data so a student can move from "what is this" toward "what's actually buildable here, now, by me." Part of the renato.design ecosystem — sibling of Plenum, Specimen, Ingenue, gesture, graf, and the Renato Rhino plug-ins. Form and matter, inseparable.
Half of teaching materials is teaching how the material is made into the thing. The standard subscription library was always light on that half. The wedge here isn't better samples or a prettier interface — it's treating Process as a peer entity, not a footnote.
Conway's Material World on raw materials, Lefteri's Making It on processes, Forty's Concrete and Culture, Sparke's Design in Context, Bürdek's Design: History, Theory and Practice of Product Design, Schröpfer's Material Design on materials in architecture, Winchester's The Perfectionists on tolerance, Minshall's Your Life Is Manufactured on the global supply chain, von Busch's Making Trouble on material activism, Were's How Materials Matter, Hegger / Drexler / Zeumer's Basics Materials, Untracht and McCreight on metalsmithing, USDA Forest Products Lab on woods, GIA on gemstones, Schott / CoorsTek / Toray / Owens Corning datasheets, MakeItFrom for verifiable property numbers, ASM Handbook, ISO standards. Museum holdings draw from the Met, MAD, V&A, Smithsonian American Art Museum, Newark Museum of Art, British Museum, Heard Museum, Smithsonian NMAI, Eiteljorg Museum, Philadelphia Museum of Art, Cranbrook Art Museum, and Grand Rapids Art Museum — collection-record permalinks only, designer overview pages and exhibition listings excluded. Voice blocks now ride on every entry kind — material, process, application, and finish — and include Ruskin on iron, Anni Albers on twining, Greg Lynn on the shred-and-teeth NURBS lineage, Pugin on the metal that won't be hammered, Barthes / Yanagi / Benjamin channeled within their philosophy; Sparke, Bürdek, Forty, Conway, Schröpfer, Minshall, von Busch, Lefteri, Pat Pruitt, Mary Lee Hu, Tom Joyce, Albert Paley, and the rest of the contemporary makers quoted verbatim with citation. All cited.
Local to this browser. No cloud, no account, no telemetry.