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

    Type Alias MergedFormationInterval

    type MergedFormationInterval = {
        color: string;
        level: number;
        mdMslFrom: number;
        mdMslTo: number;
        name: string;
        properties?: Record<string, any>;
    }
    Index

    Properties

    color: string
    level: number
    mdMslFrom: number
    mdMslTo: number
    name: string
    properties?: Record<string, any>