 | CDHPunchGridHoles Method |
Dummy out locations in a grid around non-contact holes.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PunchGridHoles(
CIMG img,
CVV vv_x,
CVV vv_y,
CVV vv_z,
double blank_dist
)
public void PunchGridHoles(
CIMG img,
CVV vv_x,
CVV vv_y,
CVV vv_z,
double blank_dist
)
Public Sub PunchGridHoles (
img As CIMG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
blank_dist As Double
)
Public Sub PunchGridHoles (
img As CIMG,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
blank_dist As Double
)
public:
void PunchGridHoles(
CIMG^ img,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
double blank_dist
)
public:
void PunchGridHoles(
CIMG^ img,
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
double blank_dist
)
member PunchGridHoles :
img : CIMG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
blank_dist : float -> unit
member PunchGridHoles :
img : CIMG *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
blank_dist : float -> unit
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
Remarks
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.
See Also