brepjs API Reference
    Preparing search index...

    Interface InterferencePair

    A pair of shapes that were found to interfere during batch checking.

    interface InterferencePair {
        i: number;
        j: number;
        result: InterferenceResult;
    }
    Index

    Properties

    Properties

    i: number

    Index of the first shape in the input array.

    j: number

    Index of the second shape in the input array.

    Detailed interference result for this pair.