Click or drag to resize
CVOXTINGridDB Method
TINGridDB_VOX TIN-Gridding, DB version, 3D.

Available since Oasis montaj version: 8.5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Designed for data in array channels position vertically at single XY locations. Creates a TIN using the XY locations and uses the coefficients for the top layer on each layer below to make it efficient. REG Parameters: X0, Y0, Z0, DX, DY, DZ: Voxel origin, and cell sizes (required) NX, NY, NZ: Voxel dimensions. DZ and NZ are used only if the input cell sizes VV is of zero length.
Syntax
public static void TINGridDB(
	string str1,
	CDB oDB2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	CVV oVV8,
	CREG oREG9
)

Parameters

str1
Type: SystemString
Output voxel name
oDB2
Type: GeoEngine.Core.GXNetCDB
Database
i3
Type: SystemInt32
X Channel [READONLY]
i4
Type: SystemInt32
Y Channel [READONLY]
i5
Type: SystemInt32
Z Channel [READONLY]
i6
Type: SystemInt32
Data Channel [READONLY]
i7
Type: SystemInt32
Gridding method (0: Linear, 1: Natural Neighbour, 2: Nearest Neightbour
oVV8
Type: GeoEngine.Core.GXNetCVV
Z Cell sizes (bottom to top)
oREG9
Type: GeoEngine.Core.GXNetCREG
Parameters (see above)
See Also