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.
Namespace: DHI.Mike1D.FloodMapAssembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
public List<CrossLineData> FindCrossLineLocationsMaximumDx(
ILocationSpan reachSpan,
List<CrossLineData> crossSections,
double reachMaximumDx
)
- reachSpan ILocationSpan
- crossSections ListCrossLineData
- Cross section points in reach
- reachMaximumDx Double
- Reach maximum distance between two h points
ListCrossLineDataList of cross lines, containing only chainage and cross line type