Click or drag to resize
CIPConvertUBCIP2DToGrid Method
Convert a UBC 2D model to a regular grid.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Uses TIN gridding to sample the model. By setting the final value, a resistivity grid can be created from conductivity data.
Syntax
public static void ConvertUBCIP2DToGrid(
	string str1,
	CPG oPG2,
	CVV oVV3,
	CVV oVV4,
	double d5,
	double d6,
	double d7,
	double d8,
	int i9
)

Parameters

str1
Type: SystemString
Output grid file name
oPG2
Type: GeoEngine.Core.GXNetCPG
Model data
oVV3
Type: GeoEngine.Core.GXNetCVV
Model cells sizes (input)
oVV4
Type: GeoEngine.Core.GXNetCVV
Model cells sizes (input)
d5
Type: SystemDouble
Top-left corner X
d6
Type: SystemDouble
Top-left corner Z
d7
Type: SystemDouble
Output grid cell size in X
d8
Type: SystemDouble
Output grid cell size in Z
i9
Type: SystemInt32
Output reciprocal of values (0:No, 1:Yes) for resistivity?
See Also