Design Nomenclature / Digital Model Making

SDF

Also called signed distance field, signed distance function, implicit modeling, implicit surface

Form defined as a function returning the distance from any point to the nearest surface — negative inside, positive outside. The surface is the zero level set and is never stored. Booleans become min and max, offsets become addition, blends become a smooth minimum, and the result is watertight by construction.

Two overlapping primitives shown as distance contours, and beside them the single blended outline their smooth minimum produces, with the zero contour drawn heaviest.

In practice

“Implicit modeling” is the older, broader name; SDF is the representation nearly everyone now means. Ask whether the field is evaluated live or sampled to a grid — the second is voxels wearing a better word.

Not to be confused with

How this term connects

BooleanCSGGenerative DesignProcedural ModelingRemeshVoxel ModelingSDF
Related Confused with