Function generateWellboreLabel
generateWellboreLabel( this: ReadonlyStore, id: string, position: "top" | "center" | "bottom", fromMsl?: number,): Promise< null | { direction: Vec3; id: string; name: string; position: Vec3 }[],> Parameters
- this: ReadonlyStore
- id: string
- position: "top" | "center" | "bottom"
Optional
fromMsl: number
Returns Promise<null | { direction: Vec3; id: string; name: string; position: Vec3 }[]>