brepjs API Reference
    Preparing search index...

    Interface BrokenRef

    A face reference that could not be resolved.

    interface BrokenRef {
        candidates?: readonly Face[];
        reason: "deleted" | "ambiguous" | "not-found";
        ref: ShapeRef;
    }
    Index

    Properties

    candidates?: readonly Face[]
    reason: "deleted" | "ambiguous" | "not-found"