Click or drag to resize

CTINInterpVV Method

Interp TINned values using the natural neighbour method.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void InterpVV(
	CVV vvx,
	CVV vvy,
	CVV vvz
)

public void InterpVV(
	CVV vvx,
	CVV vvy,
	CVV vvz
)

Parameters

vvx
Type: GeoEngine.Core.GXNetXCVV
VV X locations to interpolate (<define>GS_DOUBLE</define>)
vvy
Type: GeoEngine.Core.GXNetXCVV
VV Y locations to interpolate (<define>GS_DOUBLE</define>)
vvz
Type: GeoEngine.Core.GXNetXCVV
VV Interpolated Z values (<define>GS_DOUBLE</define>)
Remarks
The TIN have been created using max length = <define>rDUMMY</define> 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 <define>rDUMMY</define>. 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.
See Also