Click or drag to resize

CMESHUTILCopyMeshToGeoSurfaceFile Method

Copy a mesh from one geosurface file to another

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void CopyMeshToGeoSurfaceFile(
	CGXNETCore gxNetShared,
	string input_surface_filename,
	string surface_name,
	string output_surface_filename
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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