Last updated

API / geotoolkit3d / data / reservoir / well / ReservoirWellData / ReservoirWellData

Namespace: ReservoirWellData

well.ReservoirWellData.ReservoirWellData

Table of contents

Type Aliases

Contents

Type Aliases

CommonOptions

Ƭ CommonOptions: Object

Type declaration

NameTypeDescription
cornerpointVector3The 3D coordinates of the Left top corner of this slice.
md?numberMeasured depth of slice
vectorjVector3The 3D Vector representing the coordinate change from the top to bottom corner of the Slice.
Considering the slice corner coordinates ABCD, when viewing the slice from the front side: Example ts A-----B | |slice| |j C-----D v The j vector represent the coordinate difference to go from A to C, or B to D.
vectorkVector3The 3D Vector representing the coordinate change from the left to right corner of the Slice. Considering the slice corner coordinates ABCD, when viewing the slice from the front side: Example ts k ----> A-----B |slice| C-----D The k vector represent the coordinate difference to go from A to B, or C to D.

SliceData

Ƭ SliceData: CommonOptions & { values: number[][] }


SliceDataOut

Ƭ SliceDataOut: CommonOptions & { md?: number ; samplesj: number ; samplesk: number ; values: Uint16Array ; valuesrange: Range }