Click or drag to resize

CIPConvertUBCIP2DToGrid Method

Convert a UBC 2D model to a regular grid.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertUBCIP2DToGrid(
	string file,
	CPG pg,
	CVV vv_x,
	CVV vv_z,
	double x,
	double z,
	double cx,
	double cz,
	int reciprocal
)

public static void ConvertUBCIP2DToGrid(
	string file,
	CPG pg,
	CVV vv_x,
	CVV vv_z,
	double x,
	double z,
	double cx,
	double cz,
	int reciprocal
)

Parameters

file
Type: SystemString
Output grid file name
pg
Type: GeoEngine.Core.GXNetCPG
Model data
vv_x
Type: GeoEngine.Core.GXNetCVV
Model cells sizes (input)
vv_z
Type: GeoEngine.Core.GXNetCVV
Model cells sizes (input)
x
Type: SystemDouble
Top-left corner X
z
Type: SystemDouble
Top-left corner Z
cx
Type: SystemDouble
Output grid cell size in X
cz
Type: SystemDouble
Output grid cell size in Z
reciprocal
Type: SystemInt32
Output reciprocal of values (0:No, 1:Yes) for resistivity?
Remarks
Uses TIN gridding to sample the model. By setting the final value, a resistivity grid can be created from conductivity data.
See Also