API Reference > geometry-core > Topology > HalfEdgePointerInspector > isValidClosedHalfEdgeGraph isValidClosedHalfEdgeGraph AccessorReadOnly Return true if all pointer pairings are correct for a complete half edge graph: For each he: he.edgeMate.edgeMate === he For each he: he.faceSuccessor.facePredecessor !== he For each he: he.facePredecessor.faceSuccessor !== he get: boolean Returns - boolean Defined in core/geometry/src/topology/HalfEdgeGraphValidation.ts Line 51 Last Updated: 13 June, 2024