Bitbybit Docs
    Preparing search index...

    Type Alias ManifoldPointer (Inputs.Manifold)

    A handle to a solid living inside the Manifold kernel, not the geometry itself. The kernel runs as WebAssembly with its own memory, so what crosses back into JavaScript is this small reference. Pass it into the next operation to keep building, and dispose it when finished to release the kernel memory behind it.

    type ManifoldPointer = {
        hash: number;
        type: string;
    }
    Index

    Properties

    Properties

    hash: number
    type: string