Click or drag to resize
CMESHUTILComputeSurfaceSimplification Method
Simplifies a surface by reducing the number of edges by half

Available since Oasis montaj version: 9.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ComputeSurfaceSimplification(
	CGXNETCore gxNetShared,
	string inputSurfaceFile,
	string inputSurface,
	string outputSurfaceFile,
	string outputSurface
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
inputSurfaceFile
Type: SystemString
Input Geosurface file
inputSurface
Type: SystemString
Input Surface Name within Geosurface File
outputSurfaceFile
Type: SystemString
Output Geosurface file
outputSurface
Type: SystemString
Output Surface Name within Geosurface File
See Also