Last updated

API / geotoolkit3d / data / well / MultiLateralPipeData / MultiLateralPipeData

Class: MultiLateralPipeData

well.MultiLateralPipeData.MultiLateralPipeData

Multilateral pipe data combines an array of wells into one object.

Table of contents

Constructors
Methods

Contents

Constructors

new MultiLateralPipeData(options)

new MultiLateralPipeData(options)

Parameters

Name Type Description
optionsOptionsThe object of pipe data
Methods

getClassName

getClassName(): string

Returns

string


getPipe

getPipe(index): PipeData

Get n-th pipe

Parameters

Name Type Description
indexnumberThe index of pipe

Returns

PipeData

The index-th pipe


getPipeArray

getPipeArray(): PipeData[]

Returns the pipe data as an array

Returns

PipeData[]


removePipe

removePipe(index): MultiLateralPipeData

Remove n-th pipe from current pipes

Parameters

Name Type Description
indexnumberThe index of pipe

Returns

MultiLateralPipeData

this


getClassName

Static getClassName(): string

Returns

string