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.7.0.1190
Syntax
public SurfaceOperationSimplify SimplifySurface(
	SurfaceSimplifyOptions simplifyOptions
)

Parameters

simplifyOptions  SurfaceSimplifyOptions
Options of simplification.

Return Value

SurfaceOperationSimplify
See Also