Click or drag to resize
CVOXGridPoints Method
Grid a VOX from point VV's.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CVOX GridPoints(
	string str1,
	string str2,
	double d3,
	int i4,
	double d5,
	double d6,
	int i7,
	int i8,
	int i9,
	double d10,
	double d11,
	double d12,
	double d13,
	double d14,
	int i15,
	CVV oVV16,
	CVV oVV17,
	CVV oVV18,
	CVV oVV19,
	CIPJ oIPJ20
)

Parameters

str1
Type: SystemString
Name of output VOX
str2
Type: SystemString
Name of error VOX ("" for none)
d3
Type: SystemDouble
Cell size (DUMMY for default)
i4
Type: SystemInt32
Variogram Only
d5
Type: SystemDouble
Minimum Search Radius (DUMMY for none)
d6
Type: SystemDouble
Maximum Search Radius (DUMMY for none)
i7
Type: SystemInt32
Minimum Search Points
i8
Type: SystemInt32
Maximum Search Points
i9
Type: SystemInt32
Model number 1-power, 2-sperical, 3-gaussian, 4-exponential
d10
Type: SystemDouble
Power
d11
Type: SystemDouble
Slope
d12
Type: SystemDouble
Range
d13
Type: SystemDouble
Nugget
d14
Type: SystemDouble
Sill
i15
Type: SystemInt32
See GS_TYPESConstant
oVV16
Type: GeoEngine.Core.GXNetCVV
X VV
oVV17
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV18
Type: GeoEngine.Core.GXNetCVV
Z VV
oVV19
Type: GeoEngine.Core.GXNetCVV
Data VV
oIPJ20
Type: GeoEngine.Core.GXNetCIPJ
IPJ

Return Value

Type: CVOX
VOX Object
See Also