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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CPG pg,
	double xo,
	double yo,
	double zo,
	double dx,
	double dy,
	double dz,
	double rot,
	CDB db,
	int x,
	int y,
	int z,
	int data,
	int method
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Input 3D PG
xo
Type: SystemDouble
X origin of 3D grid
yo
Type: SystemDouble
Y origin of 3D grid
zo
Type: SystemDouble
Z origin of 3D grid
dx
Type: SystemDouble
X cell size
dy
Type: SystemDouble
Y cell size
dz
Type: SystemDouble
Z cell size
rot
Type: SystemDouble
Rotation angle (degrees CCW, vertical axis only).
db
Type: GeoEngine.Core.GXNetXCDB
Database
x
Type: SystemInt32
X Channel [READONLY]
y
Type: SystemInt32
Y Channel [READONLY]
z
Type: SystemInt32
Z Channel [READONLY]
data
Type: SystemInt32
Data Channel [READONLY]
method
Type: SystemInt32
<define>PGU_DIRECTGRID</define>
See Also