@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Function validateEdgeLoop

    • Validate that selected edges form a closed loop.

      Checks if the edges connect end-to-end to form a closed polygon.

      Parameters

      • edgeIndices: number[]

        Array of selected edge indices

      • edges: EdgeData[]

        Array of all edges in the geometry

      Returns EdgeLoopValidation

      Validation result with ordered vertices if valid