brepjs API Reference
    Preparing search index...

    Interface BrokenEdgeRef

    An edge reference that could not be resolved.

    interface BrokenEdgeRef {
        candidates?: readonly Edge[];
        reason: "ambiguous" | "not-found";
        ref: EdgeRef;
    }
    Index

    Properties

    candidates?: readonly Edge[]
    reason: "ambiguous" | "not-found"
    ref: EdgeRef