B-rep (boundary representation) modelers (like build123d via OpenCascade) represent solids using faces, edges, topology geometry
OpenSCAD uses Constructive Solid Geometry (CSG) which represents objects as boolean combinations of primitives (union, difference, intersection). It does not maintain an explicit boundary/face structure internally