Click or drag to resize
CTINNearestVV Method
Interp TINned values using the nearest neighbour.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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>. Within each voronoi triangle, the Z value of node closest to the input X,Y location is returned.
Syntax
public void NearestVV(
	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>)
See Also