Click or drag to resize
CVOXLogGridPointsZEx Method
Log grid a VOX from point VV's (using variable Z's)

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CVOX LogGridPointsZEx(
	string str1,
	string str2,
	double d3,
	string str4,
	int i5,
	double d6,
	double d7,
	int i8,
	int i9,
	int i10,
	double d11,
	ref double d12,
	ref double d13,
	double d14,
	ref double d15,
	double d16,
	double d17,
	double d18,
	double d19,
	double d20,
	int i21,
	double d22,
	int i23,
	CVV oVV24,
	CVV oVV25,
	CVV oVV26,
	CVV oVV27,
	CIPJ oIPJ28
)

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
d16
Type: SystemDouble
Strike
d17
Type: SystemDouble
Dip
d18
Type: SystemDouble
Plunge
d19
Type: SystemDouble
Strike Weight
d20
Type: SystemDouble
Dip Plane Weight
i21
Type: SystemInt32
See VOX_GRID_LOGOPTConstant Log Option
d22
Type: SystemDouble
Minimum log
i23
Type: SystemInt32
See GS_TYPESConstant
oVV24
Type: GeoEngine.Core.GXNetCVV
X VV
oVV25
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV26
Type: GeoEngine.Core.GXNetCVV
Z VV
oVV27
Type: GeoEngine.Core.GXNetCVV
Data VV
oIPJ28
Type: GeoEngine.Core.GXNetCIPJ
IPJ

Return Value

Type: CVOX
VOX Object
See Also