Last updated

API / geotoolkit3d / util / well / Deviation / Deviation

Namespace: Deviation

well.Deviation.Deviation

Table of contents

Type Aliases

Contents

Type Aliases

ComputeCallback

Ƭ ComputeCallback: (input: InputValues, output: ComputedResult, tolerance?: number) => void

Type declaration

▸ (input, output, tolerance?): void

Parameters
Name Type
inputInputValues
outputComputedResult
Optional tolerancenumber
Returns

void


ComputeOptions

Ƭ ComputeOptions: Object

The method options used for computing the deviation

Type declaration

NameTypeDescription
mode?ComputeCallbackThe method to use to compute the deviation values
tolerance?numberEpsilon used to determine if a segment is a straight line

ComputedResult

Ƭ ComputedResult: Object

Type declaration

NameType
tvdnumber[]
xnumber[]
ynumber[]

InitialPoint

Ƭ InitialPoint: Object

Initial deviation point, will not be used as an input for the method but as the starting point.

Type declaration

NameTypeDescription
tvd?numberInitial deviation tvd value
x?numberInitial deviation x value
y?numberInitial deviation y value

InputValues

Ƭ InputValues: Object

The input values

Type declaration

NameTypeDescription
azimuthnumber[]The azimuth values in degrees
inclinationnumber[]The inclination values in degrees
mdnumber[]The measured depth values