Function Wellbore

The Wellbore component serves as a provider/container component only. It does not visualize anything alone!
Visualization components, such as the BasicTrajectory, TubeTrajectory, Casings, CompletionTools etc. must be added as child components, which will get the data needed from the WellboreContext provided this component.

  • Parameters

    • __namedParameters: WellboreProps

      Wellbore props

      • Optionalchildren?: ReactNode
      • OptionalemitterThreshold?: number
      • OptionalfromMsl?: number
      • id: string
      • Optionalposition?: Vec3
      • OptionalsegmentsPerMeter?: number
      • OptionalsimplificationThreshold?: number
      • Optionalvisible?: boolean

    Returns Element