TinSurfaceSmoothSurfaceByKriging Method |
Smooths the surface using the Kriging method.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationSmooth SmoothSurfaceByKriging(
KrigingMethodOptions krigingOptions,
SurfacePointOutputOptions pointOutputOptions
)
Public Function SmoothSurfaceByKriging (
krigingOptions As KrigingMethodOptions,
pointOutputOptions As SurfacePointOutputOptions
) As SurfaceOperationSmooth
public:
SurfaceOperationSmooth^ SmoothSurfaceByKriging(
KrigingMethodOptions^ krigingOptions,
SurfacePointOutputOptions^ pointOutputOptions
)
Parameters
- krigingOptions KrigingMethodOptions
- The information about the sample data and semivariogram model to smooth a surface using the Kriging method.
- pointOutputOptions SurfacePointOutputOptions
- The information for interpolation and extrapolation of the point output.
Return Value
SurfaceOperationSmooth
Remarks
Surface smoothing can take a considerable amount of time proportional to the number of output points. For the Kriging method, it is recommended that you use a relatively small sample point set (no more than 100 to 200 points).
See Also