manifold-3d
    Preparing search index...

    Interface IManifoldPrimitive

    interface IManifoldPrimitive {
        indices: Accessor;
        mergeIndices: Accessor;
        mergeValues: Accessor;
        runIndex: number[] | Uint32Array<ArrayBufferLike>;
    }

    Hierarchy

    Index

    Properties

    indices: Accessor
    mergeIndices: Accessor
    mergeValues: Accessor
    runIndex: number[] | Uint32Array<ArrayBufferLike>