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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	string str2,
	string str3,
	int i4,
	double d5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database Object
str2
Type: SystemString
Mesh file
str3
Type: SystemString
1-5 Mod files, delimited with "|"
i4
Type: SystemInt32
Import slice direction (0-2 for X,Y and Z)
d5
Type: SystemDouble
Value to interpret as dummy
See Also