Function Picks

Render pick markers along a wellbore trajectory. This uses the Symbols component internally.

<Wellbore id={wellboreId}>
<Picks showAnnotations stratColumnId="abcd" />
</Wellbore>
  • Parameters

    • props: CommonComponentProps & {
          baseRadius?: number;
          priority?: number;
          radialSegments?: number;
          showAnnotations?: boolean;
          stratColumnId: string;
      } & RefAttributes<Group<Object3DEventMap>>

    Returns ReactNode