Click or drag to resize
CDUImportUBCModMsh Method
Import UBC Mod and Msh files.

Available since Oasis montaj version: 6.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Each slice in X,Y or Z is imported to its own line in the database beginning with L0.
Syntax
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
See Also