Click or drag to resize
CVOXGridPointsZ Method
Grid a VOX from point VV's (using variable Z's)

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CVOX GridPointsZ(
	string str1,
	string str2,
	double d3,
	string str4,
	int i5,
	double d6,
	double d7,
	int i8,
	int i9,
	int i10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15,
	int i16,
	CVV oVV17,
	CVV oVV18,
	CVV oVV19,
	CVV oVV20,
	CIPJ oIPJ21
)

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)
str4
Type: SystemString
Cell size in Z ("" for default)
i5
Type: SystemInt32
Variogram Only
d6
Type: SystemDouble
Minimum Search Radius (DUMMY for none)
d7
Type: SystemDouble
Maximum Search Radius (DUMMY for none)
i8
Type: SystemInt32
Minimum Search Points
i9
Type: SystemInt32
Maximum Search Points
i10
Type: SystemInt32
Model number 1-power, 2-sperical, 3-gaussian, 4-exponential
d11
Type: SystemDouble
Power
d12
Type: SystemDouble
Slope
d13
Type: SystemDouble
Range
d14
Type: SystemDouble
Nugget
d15
Type: SystemDouble
Sill
i16
Type: SystemInt32
See GS_TYPESConstant
oVV17
Type: GeoEngine.Core.GXNetCVV
X VV
oVV18
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV19
Type: GeoEngine.Core.GXNetCVV
Z VV
oVV20
Type: GeoEngine.Core.GXNetCVV
Data VV
oIPJ21
Type: GeoEngine.Core.GXNetCIPJ
IPJ

Return Value

Type: CVOX
VOX Object
See Also