Click or drag to resize
CDHPunchGridHoles Method
Dummy out locations in a grid around non-contact holes.

Available since Oasis montaj version: 7.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Grid is dummied out to the blanking distance around holes where the input Z value is dummy. If a contacting hole is closer then twice the blanking distance, the blanking distance is reduced accordingly. Distances are measured horizontally (e.g. Z is ignored). If the blanking distance is zero or dummy, the distance is automatically set to half the distance to the closest hole intersection.
Syntax
public void PunchGridHoles(
	CIMG img,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double blank_dist
)

Parameters

img
Type: GeoEngine.Core.GXNetXCIMG
DEM grid
vv_x
Type: GeoEngine.Core.GXNetXCVV
X locations of the contacts
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y locations of the contacts
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z locations of the contacts
blank_dist
Type: SystemDouble
Blanking distance
See Also