Click or drag to resize

CMESHUTIL.CopyMeshToGeoSurfaceFile Method

Copy a mesh from one geosurface file to another

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.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: System.String
Input Geosurface file name
surface_name
Type: System.String
Geosurface surface name
output_surface_filename
Type: System.String
Output Geosurface file name
See Also