Click or drag to resize

CPGUDirectGriddingDB3D Method

Direct-gridding method, DB version, 3D.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DirectGriddingDB3D(
	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
)

public static void DirectGriddingDB3D(
	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

pg
Type: GeoEngine.Core.GXNetCPG
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.GXNetCDB
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>
Remarks
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.
See Also