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

    Type Alias WellboreBoundsProps

    WellboreBounds props

    type WellboreBoundsProps = {
        boundsSampleSize?: number;
        children?: ReactNode;
        fromMsl?: number;
        id: string;
        priority?: number;
        visible?: boolean;
    }
    Index

    Properties

    boundsSampleSize?: number
    children?: ReactNode
    fromMsl?: number
    id: string
    priority?: number
    visible?: boolean