BRepGraph: A New Topology-Geometry Graph Coming in OCCT 8.0
Mon, 03/23/2026 - 23:21
OCCT 8.0 will introduce BRepGraph - a new way to work with B-Rep topology. Instead of traversing shape trees with TopExp_Explorer and building indexed maps for every adjacency query, BRepGraph stores topology as flat entity vectors with O(1) reverse indices. Edge-to-face, vertex-to-edge, wire-to-face - all direct lookups.
Full details and discussion: https://github.com/Open-Cascade-SAS/OCCT/discussions/1170