brepjs API Reference
    Preparing search index...

    Interface InstanceNode

    interface InstanceNode {
        freeParams: ReadonlySet<string>;
        fuse: boolean;
        kind: "Instance";
        placements: readonly Matrix4x4[];
        source: IRNode;
        structuralHash: bigint;
    }

    Hierarchy

    • IRNodeBase
      • InstanceNode
    Index

    Properties

    freeParams: ReadonlySet<string>
    fuse: boolean

    Fuse the placed copies into one solid; otherwise a Compound.

    kind: "Instance"
    placements: readonly Matrix4x4[]

    Per-instance world transforms (row-major 4x4 literals).

    source: IRNode
    structuralHash: bigint