Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias 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: "manifold-shape";
    }
    Index

    Eigenschaften

    Eigenschaften

    hash: number
    type: "manifold-shape"