Click or drag to resize
CMESHImportGridToMesh Method
Imports a Grid to a Surface. Creates a new Geosurface file for the surface

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CMESH ImportGridToMesh(
	CGXNETCore gxNetShared,
	string grid_file_name,
	string geosurface_filename,
	string surface_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid_file_name
Type: SystemString
Grid File Name
geosurface_filename
Type: SystemString
Surface File Name
surface_name
Type: SystemString
Surface Item Name within the file

Return Value

Type: CMESH
MESH handle, terminates if creation fails
See Also