API / geotoolkit3d / data / reservoir / well / ReservoirWellData / ReservoirWellData
well.ReservoirWellData.ReservoirWellData
Type Aliases
Type Aliases
Ƭ CommonOptions: Object
| Name | Type | Description |
|---|---|---|
cornerpoint | Vector3 | The 3D coordinates of the Left top corner of this slice. |
md? | number | Measured depth of slice |
vectorj | Vector3 | The 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. |
vectork | Vector3 | The 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: CommonOptions & { values: number[][] }
Ƭ SliceDataOut: CommonOptions & { md?: number ; samplesj: number ; samplesk: number ; values: Uint16Array ; valuesrange: Range }