TinSurfaceSimplifySurface Method

Reduces the number of points on TIN surface, making the surface file smaller and easier to process.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationSimplify SimplifySurface(
	SurfaceSimplifyOptions simplifyOptions
)

Parameters

simplifyOptions  SurfaceSimplifyOptions
Options of simplification.

Return Value

SurfaceOperationSimplify
See Also