Click or drag to resize

CMESHUTILCopyMeshToGeoSurfaceFile Method

Copy a mesh from one geosurface file to another

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void CopyMeshToGeoSurfaceFile(
	string input_surface_filename,
	string surface_name,
	string output_surface_filename
)

public static void CopyMeshToGeoSurfaceFile(
	string input_surface_filename,
	string surface_name,
	string output_surface_filename
)

Parameters

input_surface_filename
Type: SystemString
Input Geosurface file name
surface_name
Type: SystemString
Geosurface surface name
output_surface_filename
Type: SystemString
Output Geosurface file name
See Also