Click or drag to resize
CTINInterpVV Method
Interp TINned values using the natural neighbour method.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The TIN have been created using max length = rDUMMY to ensure that the TIN has a convex hull (otherwise the routine that locates the triangle for a given location may fail). The TIN must also have been created using the Z values. Values located outside the convex hull are set to rDUMMY. The method is based on the following paper: Sambridge, M., Braun, J., and McQueen, H., 1995, Geophysical parameterization and interpolation of irregular data using natural neighbours: Geophysical Journal International, 122 p. 837-857.
Syntax
public void InterpVV(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV X locations to interpolate (GS_DOUBLE)
oVV2
Type: GeoEngine.Core.GXNetCVV
VV Y locations to interpolate (GS_DOUBLE)
oVV3
Type: GeoEngine.Core.GXNetCVV
VV Interpolated Z values (GS_DOUBLE)
See Also