brepjs API Reference
    Preparing search index...

    Interface LoftNode

    interface LoftNode {
        freeParams: ReadonlySet<string>;
        kind: "Loft";
        ruled: boolean;
        sections: readonly IRNode[];
        structuralHash: bigint;
    }

    Hierarchy

    • IRNodeBase
      • LoftNode
    Index
    freeParams: ReadonlySet<string>
    kind: "Loft"
    ruled: boolean

    Canonicalized by the builder (default true) so the default and the explicit form share one content address.

    sections: readonly IRNode[]

    Each section must produce OutputKind 'Face'; at least two required.

    structuralHash: bigint