@equinor/videx-3d
    Preparing search index...

    Type Alias WellboreSeismicSectionGeneratorResponse

    type WellboreSeismicSectionGeneratorResponse = {
        data: {
            array: Float32Array;
            height: number;
            max: number;
            min: number;
            width: number;
        };
        geometry: PackedBufferGeometry;
    }
    Index

    Properties

    Properties

    data: {
        array: Float32Array;
        height: number;
        max: number;
        min: number;
        width: number;
    }