Click or drag to resize
CDHGetGeologyContacts Method
Return XYZ locations of top or bottom geological surfaces

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
For the input LST of holes, returns XYZ location of top or bottom contact with the input geology. Those selected holes which do NOT have contacts, return <define>rDUMMY</define> for the corresponding locations.
Syntax
public void GetGeologyContacts(
	CLST lst,
	string chan_code,
	string geology,
	int surface,
	double gap,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST of holes to check
chan_code
Type: SystemString
Channel code
geology
Type: SystemString
Geology item
surface
Type: SystemInt32
<define>DH_SURFACE</define> Surface selection (top or bottom)
gap
Type: SystemDouble
Max gap to skip when compositing (<define>GS_R8DM</define> for none)
vv_x
Type: GeoEngine.Core.GXNetXCVV
X locations of the contact
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y locations of the contact
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z locations of the contact
See Also