Skip to content

v1.2.0 — graph-select verb + convexity in graph-ml

Choose a tag to compare

@gsdali gsdali released this 18 Jun 23:00
· 2 commits to main since this release
d95999b

Adds the BRepGraph selection primitives (on the 1.7.1 floor).

  • graph-select verb (closes #54): local adjacency/selection queries — face-neighbors (+ convexity + shared-edge count via the kernel AAG), edge-faces, vertex-edges, face-adjacency (full gAAG), edges-class (boundary|non-manifold|seam|degenerate) — without dumping the whole graph.
  • graph-ml now emits a convexity-attributed faceAdjacency block (closes #55), the gAAG edge attribute B-rep GNNs key on.

Built + smoke-tested against OCCTSwift 1.7.1; the rewrap preserved the AAG/adjacency reads. (#56)