 | CMESHImportGridToMesh Method |
Imports a Grid to a Surface. Creates a new Geosurface file for the surface
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CMESH ImportGridToMesh(
string grid_file_name,
string geosurface_filename,
string surface_name
)
public static CMESH ImportGridToMesh(
string grid_file_name,
string geosurface_filename,
string surface_name
)
Public Shared Function ImportGridToMesh (
grid_file_name As String,
geosurface_filename As String,
surface_name As String
) As CMESH
Public Shared Function ImportGridToMesh (
grid_file_name As String,
geosurface_filename As String,
surface_name As String
) As CMESH
public:
static CMESH^ ImportGridToMesh(
String^ grid_file_name,
String^ geosurface_filename,
String^ surface_name
)
public:
static CMESH^ ImportGridToMesh(
String^ grid_file_name,
String^ geosurface_filename,
String^ surface_name
)
static member ImportGridToMesh :
grid_file_name : string *
geosurface_filename : string *
surface_name : string -> CMESH
static member ImportGridToMesh :
grid_file_name : string *
geosurface_filename : string *
surface_name : string -> CMESH
Parameters
- 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:
CMESHMESH handle, terminates if creation fails
See Also