Click or drag to resize

CDUImportUBCModMsh Method

Import UBC Mod and Msh files.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ImportUBCModMsh(
	CGXNETCore gxNetShared,
	CDB db,
	string mesh,
	string mods,
	int dir,
	double dummy
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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