Click or drag to resize
CDHLithoGrid3D Method
Create a lithology voxel grid with lith codes mapped to single values.

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
Values in the input channel are assigned the index of the corresponding item found in the input TPAT. The compositing gap refers to the size of gaps in the data (either a blank lithology or missing from-to interval) which will be ignored when compositing lithologies into contiguous from-to intervals. The non-contact radius is used to dummy out the level grids around holes where the gridded lithology is not found. If not specified (dummy) then half the distance to the nearest contacting hole is used.
Syntax
public void LithoGrid3D(
	string str1,
	CTPAT oTPAT2,
	string str3,
	double d4,
	double d5,
	double d6,
	int i7,
	CREG oREG8,
	int i9
)

Parameters

str1
Type: SystemString
Lithology channel code
oTPAT2
Type: GeoEngine.Core.GXNetCTPAT
Codes, colours etc.
str3
Type: SystemString
Name of VOX Persistent Storage file
d4
Type: SystemDouble
Cell Size (GS_R8DM for automatic calculation)
d5
Type: SystemDouble
Max gap to skip when compositing (GS_R8DM for none)
d6
Type: SystemDouble
Non-contact radius.
i7
Type: SystemInt32
Gridding type (0: Rangrid, 1: TinGrid)
oREG8
Type: GeoEngine.Core.GXNetCREG
Rangrid control REG (see RGRD class for parameters)
i9
Type: SystemInt32
Retain top/bottom grids?
See Also