Last updated

API / geotoolkit3d / data / well / MultiLateralWellData / MultiLateralWellData

Namespace: MultiLateralWellData

well.MultiLateralWellData.MultiLateralWellData

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Well data

Type declaration

NameTypeDescription
values?number[]Colors
xnumber[]The well x coordinate array
ynumber[]The well y coordinate array
znumber[]The elevation of the well

Options

Ƭ Options: Object

The object of wells data

Type declaration

NameTypeDescription
dataData[]The array of wells

OptionsOut

Ƭ OptionsOut: Data & { bots: number[] ; num: number ; tops: number[] }