Bitbybit Docs
    Preparing search index...

    Class DecomposedManifoldMeshDto (Inputs.Manifold)

    A Manifold solid taken apart into plain arrays - vertex properties, triangle indices and the run structure that groups them. The form the kernel hands back when geometry has to cross out of WebAssembly for rendering or export.

    Index

    Constructors

    Properties

    numProp: number
    vertProperties: Float32Array
    triVerts: Uint32Array
    mergeFromVert?: Uint32Array
    mergeToVert?: Uint32Array
    runIndex?: Uint32Array
    runOriginalID?: Uint32Array
    runTransform?: Float32Array
    faceID?: Uint32Array
    halfedgeTangent?: Float32Array