API / geotoolkit3d / util / well / Direction / Direction
This utility class contains functions to compute survey stations angles (Inclination, Azimuth, MD) from North, East and TVD values.
See
Constructors
Methods
Methods
▸ Static computeDirection(options, input, start?): ComputedResult
Computes the direction values using specified method.
This function can use one of the built-in algorithms to compute inclination (degrees), azimuth (degrees), md values from x, y and tvd.
The returned object contains the trajectory's directions.
'x' stands for East, 'y' for North and 'tvd' the depth.
| Name | Type | Description |
|---|---|---|
options | ComputeOptions | The method options used for computing the deviation |
input | InputValues | The input values |
Optional start | InitialPoint | Initial direction point, will not be used as an input for the method but as the reference direction. |
The direction values