brepjs API Reference
    Preparing search index...

    Interface FilletNode

    interface FilletNode {
        freeParams: ReadonlySet<string>;
        kind: "Fillet";
        radius: Expr;
        ref: EdgeRef;
        structuralHash: bigint;
        target: IRNode;
    }

    Hierarchy

    • IRNodeBase
      • FilletNode
    Index
    freeParams: ReadonlySet<string>
    kind: "Fillet"
    radius: Expr
    ref: EdgeRef

    Serializable lineage ref naming the edge by its two adjacent face roles. Pure data, so it hashes like any other field; resolution against the materialized target happens inside evaluation.

    structuralHash: bigint
    target: IRNode