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

    Function BasicTrajectory

    • The BasicTrajectory renders a wellbore trajectory as a crisp 1 pixel line. This component must be a child of the Wellbore component.

      It is ideal when you always want a thin line regardless of camera distance — for example as a lightweight fallback where a full tube would be overkill, or where trajectory data may not cover the whole path (e.g. behind casings and completion strings). For a tube that gains thickness as the camera approaches, use Trajectory instead.

      Parameters

      • __namedParameters: BasicTrajectoryProps

        BasicTrajectory props

        • Optionalcolor?: string
        • Optionalopacity?: number

          Line opacity (1 = fully opaque, the default). Values < 1 render semi-transparent.

        • Optionalpriority?: number

      Returns Element | null

      <Wellbore id="abc">
      <BasicTrajectory />
      </Wellbore>

      This component depends on the basicTrajectory generator.