Click or drag to resize

XSInterpolationTypes Enumeration

Defines how an interpolated cross section are interpolated

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum XSInterpolationTypes
Members
  Member nameValueDescription
ProcessedTopDown0 Interpolates the processed data. Raw data will not be available, see InterpolateXSProcessed for details.
Raw1 Interpolates the raw data and calculates processed data from the new raw data.
Middling2 Interpolation happens during runtime by requesting values at neighbour cross sections and interpolate between those. // TODO: see details XXX
See Also