XSInterpolationTypes Enumeration |
Defines how an interpolated cross section are
interpolated
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum XSInterpolationTypes
Members
| Member name | Value | Description |
---|
| 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
|
See Also