Type Alias WellboreContextProps

WellboreContextProps: {
    fromMsl?: number;
    id: string;
    segmentsPerMeter: number;
    simplificationThreshold: number;
}

WellboreContext props

Type declaration

  • OptionalfromMsl?: number

    what should be considered the top of the wellbore for visualization purposes (may be different from kickoff)

  • id: string

    wellbore id

  • segmentsPerMeter: number

    number of segments to use per meter for visualization purposes

  • simplificationThreshold: number

    a threshold value that can be set to reduce the number of segments where the trajectory is near linear