Design Nomenclature / Digital Model Making

STL

Also called stereolithography file, .stl, STL file

An unstructured list of triangles, each written as three vertices and a normal. That is all: no units, no scale, no colour, no materials, no assemblies, no curves, and no shared vertices — a point is repeated once per triangle touching it. Nothing in the format requires the triangles to form a closed solid.

A matrix of six 3D formats against eight things a file might carry, marked with a filled dot for yes, a half-filled dot for partly, and a dash for no. The STL column is highlighted and carries a dash in all eight rows: it is the only column with nothing in it.

In practice

Half of all 3D-printing problems are STL problems: wrong scale because there are no units, holes because nothing enforced manifoldness, faceted curves because the tessellation was fixed at export.

Not to be confused with

Origin

Named for stereolithography, the first commercial 3D-printing process (1987). It was a machine driver's input file, not an interchange format, and was never meant to still be in use forty years on.

How this term connects

3D printingFBXManifoldOBJSlicingSolid ModelingSTEPSTL
Related Confused with