Click or drag to resize
CVOXKrig Method
A more compact and extensible form of LogGridPointsZEx_VOX.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Optional Parameters. If these values are not set in the REG, then default parameters will be used. ERROR_VOXEL: Name of error VOX ("" for none) CELLSIZEZ: Z Cell size string (space delimited, "" for default) RADIUS_MIN: Minimum Search Radius (REAL) (Default = 4) (Blanking Distance) RADIUS_MAX: Maximum Search Radius (REAL) (Default = 16) SEARCH_MIN: Minimum Search Points (INT) (Default = 16) SEARCH_MAX: Maximum Search Points (INT) (Default = 32) VARIOGRAM_ONLY: Set to 1 to calculate the variogram only (INT) (Default = 0) MODEL: Variogram Model number 1-power, 2-sperical, 3-gaussian, 4-exponential (INT) (Default = 2) POWER: Power (Default = DUMMY) SLOPE: Slope (REAL) (if input is DUMMY, value calculated and set on return) RANGE: Range (REAL) (if input is DUMMY, value calculated and set on return) SILL : Sill (REAL) (if input is DUMMY, value calculated and set on return) STRIKE: Strike (REAL) (Default = 0) DIP: Dip (REAL) (Default = 90) PLUNGE: Plunge (REAL) (Default = 0) STRIKE WEIGHT: Along-Strike Weight (REAL) (Default = 1) DIP_WEIGHT: Down-Dip Weight (REAL) (Default = 1) LOG_OPT: One of VOX_GRID_LOGOPT (Default = 0) MIN_LOG: Log Minimum (REAL) (Default = 1) MIN_X: Minimum X (REAL) (default = DUMMY to determine from the data. If input, nearest lt. or eq. multiple of cell size chosen) MAX_X: Maximum X (REAL) (default = DUMMY to determine from the data. If input, nearest gt. or eq. multiple of cell size chosen) MIN_Y: Minimum Y (REAL) (default = DUMMY to determine from the data. If input, nearest lt. or eq. external multiple of cell size chosen) MAX_Y: Maximum Y (REAL) (default = DUMMY to determine from the data. If input, nearest gt. or eq. multiple of cell size chosen) MIN_Z: Minimum Z (REAL) (default = DUMMY to determine from the data. If input, nearest lt. or eq. multiple of cell size chosen) MAX_Z: Maximum Z (REAL) (default = DUMMY to determine from the data. If input, nearest gt. or eq. multiple of cell size chosen)A more compact and extensible form of LogGridPointsZEx_VOX. Only the most basic parameters are entered directly. Optional parameters are passed via a REG object.
Syntax
public static CVOX Krig(
	string str1,
	double d2,
	int i3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	CIPJ oIPJ8,
	CREG oREG9
)

Parameters

str1
Type: SystemString
Name of output VOX
d2
Type: SystemDouble
Cell size (DUMMY for default)
i3
Type: SystemInt32
See GS_TYPESConstant
oVV4
Type: GeoEngine.Core.GXNetCVV
X VV
oVV5
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV6
Type: GeoEngine.Core.GXNetCVV
Z VV
oVV7
Type: GeoEngine.Core.GXNetCVV
Data VV
oIPJ8
Type: GeoEngine.Core.GXNetCIPJ
IPJ
oREG9
Type: GeoEngine.Core.GXNetCREG
REG

Return Value

Type: CVOX
VOX Object
See Also