Click or drag to resize

CPGUDirectGriddingVV Method

Direct-gridding method, VV version.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DirectGriddingVV(
	CPG pg,
	double xo,
	double yo,
	double dx,
	double dy,
	double rot,
	CVV v_vx,
	CVV v_vy,
	CVV v_vz,
	int method
)

public static void DirectGriddingVV(
	CPG pg,
	double xo,
	double yo,
	double dx,
	double dy,
	double rot,
	CVV v_vx,
	CVV v_vy,
	CVV v_vz,
	int method
)

Parameters

pg
Type: GeoEngine.Core.GXNetCPG
Input grid
xo
Type: SystemDouble
X origin of grid
yo
Type: SystemDouble
Y origin of grid
dx
Type: SystemDouble
X cell size
dy
Type: SystemDouble
Y cell size
rot
Type: SystemDouble
Rotation angle (degrees CCW).
v_vx
Type: GeoEngine.Core.GXNetCVV
X locations of values
v_vy
Type: GeoEngine.Core.GXNetCVV
Y locations of values
v_vz
Type: GeoEngine.Core.GXNetCVV
Z values to grid
method
Type: SystemInt32
<define>PGU_DIRECTGRID</define>
Remarks
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