Click or drag to resize
CVOXNearestNeighbourGrid Method
Grid a VOX from point VV's using the Nearest Neighbours method.

Available since Oasis montaj version: 7.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CVOX NearestNeighbourGrid(
	string str1,
	double d2,
	double d3,
	int i4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8,
	CIPJ oIPJ9
)

Parameters

str1
Type: SystemString
Name of output VOX
d2
Type: SystemDouble
Cell size (DUMMY for default)
d3
Type: SystemDouble
Maximum radius (DUMMY for none)
i4
Type: SystemInt32
See GS_TYPESConstant
oVV5
Type: GeoEngine.Core.GXNetCVV
X VV
oVV6
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV7
Type: GeoEngine.Core.GXNetCVV
Z VV
oVV8
Type: GeoEngine.Core.GXNetCVV
Data VV
oIPJ9
Type: GeoEngine.Core.GXNetCIPJ
IPJ

Return Value

Type: CVOX
VOX Object
See Also