Click or drag to resize

FloodMapperDirectionVectorTypes Enumeration

Types specifying how to calculate a direction unit

Namespace:  DHI.Mike1D.FloodMap
Assembly:  DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum DirectionVectorTypes
Members
  Member nameValueDescription
Point0 Direction unit vector is calculated at the point directly
Average1 Direction unit vector is calculated as the average direction over a distance matching the width of the cross section
Weighted2 Direction unit vector is calculated as a linearly weighted direction over a distance matching the width of the cross section
See Also