Bitbybit Docs
    Preparing search index...

    Type Alias MeshPointer (Inputs.Manifold)

    A handle to raw mesh data inside the Manifold kernel, used when importing an existing mesh into the kernel or reading one back out.

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

    Properties

    Properties

    hash: number
    type: string