UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

3 lines (2 loc) 224 B
import { ReadonlyStore, SymbolsType } from '../sdk'; export declare function generatePicks(this: ReadonlyStore, wellboreId: string, stratColumnId: string, fromMsl?: number, baseRadius?: number): Promise<SymbolsType | null>;