brepjs API Reference
    Preparing search index...

    Interface BrokenDerivedFaceRef

    A derived-face reference that could not be resolved.

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

    Properties

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