Click or drag to resize

CDUImportUBCModMsh Method

Import UBC Mod and Msh files.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportUBCModMsh(
	CDB db,
	string mesh,
	string mods,
	int dir,
	double dummy
)

public static void ImportUBCModMsh(
	CDB db,
	string mesh,
	string mods,
	int dir,
	double dummy
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database Object
mesh
Type: SystemString
Mesh file
mods
Type: SystemString
1-5 Mod files, delimited with "|"
dir
Type: SystemInt32
Import slice direction (0-2 for X,Y and Z)
dummy
Type: SystemDouble
Value to interpret as dummy
Remarks
Each slice in X,Y or Z is imported to its own line in the database beginning with L0.
See Also