Click or drag to resize

CMESHUTILComputeSurfaceUnion Method

Compute union of two surfaces

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ComputeSurfaceUnion(
	string primarySurfaceFile,
	string primarySurface,
	string secondarySurfaceFile,
	string secondarySurface,
	string outputSurfaceFile,
	string outputSurface
)

public static void ComputeSurfaceUnion(
	string primarySurfaceFile,
	string primarySurface,
	string secondarySurfaceFile,
	string secondarySurface,
	string outputSurfaceFile,
	string outputSurface
)

Parameters

primarySurfaceFile
Type: SystemString
Primary Geosurface file
primarySurface
Type: SystemString
Primary Surface Name within Geosurface File
secondarySurfaceFile
Type: SystemString
Secondary Geosurface file
secondarySurface
Type: SystemString
Secondary Surface Name within Geosurface File
outputSurfaceFile
Type: SystemString
Output surface file
outputSurface
Type: SystemString
Output surface name
See Also