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

    Variable FormationMarkersConst

    FormationMarkers: ForwardRefExoticComponent<
        CommonComponentProps & {
            baseRadius?: number;
            priority?: number;
            radialSegments?: number;
            showAnnotations?: boolean;
            stratColumnId: string;
        } & RefAttributes<Group<Object3DEventMap>>,
    > = ...

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

    <Wellbore id={wellboreId}>
    <FormationMarkers showAnnotations stratColumnId="abcd" />
    </Wellbore>