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