Click or drag to resize
CPGUDirectGriddingVV Method
Direct-gridding method, VV version.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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 DirectGriddingVV(
	CGXNETCore gxNetShared,
	CPG pg,
	double xo,
	double yo,
	double dx,
	double dy,
	double rot,
	CVV v_vx,
	CVV v_vy,
	CVV v_vz,
	int method
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
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.GXNetXCVV
X locations of values
v_vy
Type: GeoEngine.Core.GXNetXCVV
Y locations of values
v_vz
Type: GeoEngine.Core.GXNetXCVV
Z values to grid
method
Type: SystemInt32
<define>PGU_DIRECTGRID</define>
See Also