Function getFacesEdgesOverlap

  • Parameters

    • graph: FOLD

      a FOLD object

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns number[][]

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

    Description

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