brepjs API Reference
    Preparing search index...

    Interface DerivedFaceHint

    Snapshot for re-deriving a generated face. fillet/chamfer evolution is empty on the OCCT kernels, so the role table can't track the bridged faces — they are re-found by their captured outward normals; the edge midpoint breaks ties.

    interface DerivedFaceHint {
        edgeMidpoint?: Vec3;
        entityType: "derived-face";
        normalA: Vec3;
        normalB: Vec3;
    }
    Index

    Properties

    edgeMidpoint?: Vec3
    entityType: "derived-face"
    normalA: Vec3
    normalB: Vec3