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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 oIMG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	double d5
)

Parameters

oIMG1
Type: GeoEngine.Core.GXNetCIMG
DEM grid
oVV2
Type: GeoEngine.Core.GXNetCVV
X locations of the contacts
oVV3
Type: GeoEngine.Core.GXNetCVV
Y locations of the contacts
oVV4
Type: GeoEngine.Core.GXNetCVV
Z locations of the contacts
d5
Type: SystemDouble
Blanking distance
See Also