Click or drag to resize
CMESHUTILComputeSurfaceSubdivision Method
Smooths a surface by applying a loop subdivision algorithm

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 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