brepjs API Reference
    Preparing search index...

    Interface ExtrudeNode

    interface ExtrudeNode {
        freeParams: ReadonlySet<string>;
        kind: "Extrude";
        profile: IRNode;
        structuralHash: bigint;
        vector: Expr;
    }

    Hierarchy

    • IRNodeBase
      • ExtrudeNode
    Index
    freeParams: ReadonlySet<string>
    kind: "Extrude"
    profile: IRNode

    Must produce OutputKind 'Face'.

    structuralHash: bigint
    vector: Expr