Function getEdgesFacesOverlap

  • Parameters

    • graph: FOLD

      a FOLD object

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns number[][]

    for every edge, a list of face indices which overlap this edge.

    Description

    Given a FOLD object with overlapping components (typically a folded form), get all overlapping faces edges.