Click or drag to resize
CDUDirectGridItemCountsToVoxel Method
Create a voxel using direct gridding containing the number of data points in each cell.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The Z and Data channels may be array channels. If they are, the array sizes must match.
Syntax
public static void DirectGridItemCountsToVoxel(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	string str6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11,
	int i12,
	double d13,
	double d14,
	double d15,
	int i16
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
X channel [DB_LOCK_READONLY]
i3
Type: SystemInt32
Y channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Z channel [DB_LOCK_READONLY]
i5
Type: SystemInt32
Data channel [DB_LOCK_READONLY]
str6
Type: SystemString
Output voxel filename
d7
Type: SystemDouble
Voxel origin X
d8
Type: SystemDouble
Voxel origin Y
d9
Type: SystemDouble
Voxel origin Z
i10
Type: SystemInt32
Voxel cell count X
i11
Type: SystemInt32
Voxel cell count Y
i12
Type: SystemInt32
Voxel cell count Z
d13
Type: SystemDouble
Voxel cell size X
d14
Type: SystemDouble
Voxel cell size Y
d15
Type: SystemDouble
Voxel cell size Z
i16
Type: SystemInt32
Replace zero values in output with DUMMY? GEO_BOOLConstant
See Also