Hacker News new | ask | show | jobs
by greenavocado 78 days ago
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