logoalt Hacker News

greenavocadotoday at 5:58 PM0 repliesview on HN

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