Click or drag to resize
CDHMaskPLY Method
Set mask channel based on view selection polygon.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Data values inside the polygon area, and within the slice thickness have their mask channel values set to 1. If the specified mask channel does not exist, it is created. DH_MASK_NEW --- Mask is created new for each selected hole DH_MASK_APPEND --- Current selection is added to previous.
Syntax
public void MaskPLY(
	CPLY oPLY1,
	CIPJ oIPJ2,
	double d3,
	string str4,
	int i5,
	int i6
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
Masking polygon
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Projection from data to polygon coordinates
d3
Type: SystemDouble
Slice thickness - rDUMMY for no limiting thickness
str4
Type: SystemString
name of mask channel
i5
Type: SystemInt32
See DH_HOLESConstant
i6
Type: SystemInt32
See DH_MASKConstant
See Also