brepjs API Reference
    Preparing search index...

    Interface ChamferNode

    interface ChamferNode {
        distance: Expr;
        freeParams: ReadonlySet<string>;
        kind: "Chamfer";
        ref: EdgeRef;
        structuralHash: bigint;
        target: IRNode;
    }

    Hierarchy

    • IRNodeBase
      • ChamferNode
    Index
    distance: Expr
    freeParams: ReadonlySet<string>
    kind: "Chamfer"
    ref: EdgeRef

    Serializable lineage ref naming the edge by its two adjacent face roles.

    structuralHash: bigint
    target: IRNode