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

    Interface LoopCutPath

    Data representing a complete loop cut path.

    interface LoopCutPath {
        isClosed: boolean;
        points: LoopCutPoint[];
    }
    Index

    Properties

    Properties

    isClosed: boolean

    Whether the path forms a closed loop

    points: LoopCutPoint[]

    Array of cut points along the loop