Click or drag to resize
CPGUDirectGriddingDB3D Method
Direct-gridding method, DB version, 3D.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
3D grid cells take on the specified statistic of the values inside the cell area. Grid cells containing no data values are set to dummy.
Syntax
public static void DirectGriddingDB3D(
	CPG oPG1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	CDB oDB9,
	int i10,
	int i11,
	int i12,
	int i13,
	int i14
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
input 3D PG
d2
Type: SystemDouble
X origin of 3D grid
d3
Type: SystemDouble
Y origin of 3D grid
d4
Type: SystemDouble
Z origin of 3D grid
d5
Type: SystemDouble
X cell size
d6
Type: SystemDouble
Y cell size
d7
Type: SystemDouble
Z cell size
d8
Type: SystemDouble
rotation angle (degrees CCW, vertical axis only).
oDB9
Type: GeoEngine.Core.GXNetCDB
Database
i10
Type: SystemInt32
X Channel [READONLY]
i11
Type: SystemInt32
Y Channel [READONLY]
i12
Type: SystemInt32
Z Channel [READONLY]
i13
Type: SystemInt32
Data Channel [READONLY]
i14
Type: SystemInt32
See PGU_DIRECTGRIDConstant
See Also