Design Nomenclature / Digital Model Making

Solid Modeling

Also called b-rep, B-Rep, boundary representation

Representing a part as a closed watertight volume: trimmed faces stitched along shared edges, with an inside and an outside the kernel can guarantee. Volume, mass, and interference become computable. Every operation is validated against that closure, which is why a CAD boolean either succeeds cleanly or refuses.

A two-column comparison. Solid modeling: a guaranteed closed volume, so mass is computable and a boolean either succeeds or is refused. Polygonal modeling: an unenforced shell with no inside, so booleans guess.

In practice

“B-rep” names the representation, “solid modeling” the practice. Mechanical CAD is solid by default; the surfacing tools exist for where it fails.

Not to be confused with

How this term connects

BooleanCSGDirect ModelingGenerative DesignManifoldNURBS ModelingParametric ModelingPolygonal ModelingSTEPSTLSolid Modeling
Related Confused with