API / geotoolkit3d / data / well / MultiLateralWellData / MultiLateralWellData
well.MultiLateralWellData.MultiLateralWellData
Multilateral well data combines an array of wells into one object.
Constructors
Methods
▸ addWell(well): MultiLateralWellData
Add a well into existing well object
| Name | Type | Description |
|---|---|---|
well | Data | The new well object |
this
▸ getClassName(): string
string
▸ getOptions(): OptionsOut
Returns the well data's options
options The array of well objects
▸ getWell(index): Data
Get n-th well
| Name | Type | Description |
|---|---|---|
index | number | The index of well |
The index-th well
▸ getWellArray(): Data[]
Returns the well data as an array
Data[]
▸ removeWell(index): MultiLateralWellData
Remove n-th well from current wells
| Name | Type | Description |
|---|---|---|
index | number | The index of well |
this
▸ Static getClassName(): string
string