Interface WellboreSelectedEventDetails

interface WellboreSelectedEventDetails {
    depth?: number;
    flyTo?: boolean;
    id: string;
    position?: Vec3;
}

Properties

depth?: number
flyTo?: boolean
id: string
position?: Vec3
MMNEPVFCICPMFPCPTTAAATR