CrossLineCreatorFindCrossLineLocationsMaximumDx Method

Create a list of cross lines with their chainage locations, using cross sections and the reachMaximumDx. It adds locations at use cross sections and uses MaximumDx to add additional grid point locations

This may not give exactly the same layout of points as in the engine; it does not take tributary connections into account, where the engine adds additional grid points.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public List<CrossLineData> FindCrossLineLocationsMaximumDx(
	ILocationSpan reachSpan,
	List<CrossLineData> crossSections,
	double reachMaximumDx
)

Parameters

reachSpan  ILocationSpan
crossSections  ListCrossLineData
Cross section points in reach
reachMaximumDx  Double
Reach maximum distance between two h points

Return Value

ListCrossLineData
List of cross lines, containing only chainage and cross line type

See Also