API / geotoolkit3d / data / well / MultiLateralPipeData / MultiLateralPipeData
well.MultiLateralPipeData.MultiLateralPipeData
Multilateral pipe data combines an array of wells into one object.
Constructors
Constructors
• new MultiLateralPipeData(options)
| Name | Type | Description |
|---|---|---|
options | Options | The object of pipe data |
Methods
▸ getClassName(): string
string
▸ getPipe(index): PipeData
Get n-th pipe
| Name | Type | Description |
|---|---|---|
index | number | The index of pipe |
The index-th pipe
▸ getPipeArray(): PipeData[]
Returns the pipe data as an array
PipeData[]
▸ removePipe(index): MultiLateralPipeData
Remove n-th pipe from current pipes
| Name | Type | Description |
|---|---|---|
index | number | The index of pipe |
this
▸ Static getClassName(): string
string