Click or drag to resize

CMESHUTILComputeSurfaceSubdivision Method

Smooths a surface by applying a loop subdivision algorithm

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

public static void ComputeSurfaceSubdivision(
	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