Math3D Full Project API
    Preparing search index...
    VtkMeshResponse:
        | {
            indices: Uint32Array;
            normals?: Float32Array;
            ok: true;
            positions: Float32Array;
            triCount: number;
            vertexCount: number;
        }
        | { error: string; ok: false }