Click or drag to resize
CIPImportUBC2DMSH Method
Import a MSH file from the UBC IPINV2D programme.

Available since Oasis montaj version: 7.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Imports the MSH file geometry.
Syntax
public static void ImportUBC2DMSH(
	string str1,
	ref double d2,
	ref double d3,
	CVV oVV4,
	CVV oVV5
)

Parameters

str1
Type: SystemString
UBC MSH file to import
d2
Type: SystemDouble
Returned origin X (top left corner)
d3
Type: SystemDouble
Returned origin Z (top left corner)
oVV4
Type: GeoEngine.Core.GXNetCVV
Cell widths (left to right) (real)
oVV5
Type: GeoEngine.Core.GXNetCVV
Cell heights (top down) (real)
See Also