API / geotoolkit3d / data / well / MultiLateralWellData / MultiLateralWellData
well.MultiLateralWellData.MultiLateralWellData
Type Aliases
Type Aliases
Ƭ Data: Object
Well data
| Name | Type | Description |
|---|---|---|
values? | number[] | Colors |
x | number[] | The well x coordinate array |
y | number[] | The well y coordinate array |
z | number[] | The elevation of the well |
Ƭ Options: Object
The object of wells data
| Name | Type | Description |
|---|---|---|
data | Data[] | The array of wells |
Ƭ OptionsOut: Data & { bots: number[] ; num: number ; tops: number[] }