 | 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
Syntaxpublic 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
)
Public Shared Sub ImportUBCModMsh (
gxNetShared As CGXNETCore,
db As CDB,
mesh As String,
mods As String,
dir As Integer,
dummy As Double
)
Public Shared Sub ImportUBCModMsh (
gxNetShared As CGXNETCore,
db As CDB,
mesh As String,
mods As String,
dir As Integer,
dummy As Double
)
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
)
static member ImportUBCModMsh :
gxNetShared : CGXNETCore *
db : CDB *
mesh : string *
mods : string *
dir : int *
dummy : float -> unit
static member ImportUBCModMsh :
gxNetShared : CGXNETCore *
db : CDB *
mesh : string *
mods : string *
dir : int *
dummy : float -> unit
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