XSInterpolationTypes Enumeration
Defines how an interpolated cross section are
interpolated
Namespace: DHI.Mike1D.CrossSectionModuleAssembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public enum XSInterpolationTypes
| ProcessedTopDown | 0 |
Interpolates the processed data. Raw data will not be available,
see InterpolateXSProcessed for details.
|
| Raw | 1 |
Interpolates the raw data and calculates processed data from the new raw data.
|
| Middling | 2 |
Interpolation happens during runtime by requesting values at neighbour cross sections
and interpolate between those. // TODO: see details XXX
|