Solid modeling in CAD represents objects as unambiguous, voluminous 3D shapes. Two primary techniques dominate: Boundary Representation (B-rep), which defines a solid by its bounding surfaces (faces, edges, vertices), and Constructive Solid Geometry (CSG), which builds complex shapes by applying Boolean operations (union, subtract, intersect) to simpler primitive solids like cubes, spheres, and cylinders.
