CrossSectionMiddling Constructor
Create a new CrossSectionMiddling based on a location and two neighbours.
Namespace: DHI.Mike1D.CrossSectionModuleAssembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public CrossSectionMiddling(
ILocation location,
ICrossSection xsBefore,
ICrossSection xsAfter
)
Parameters
- location ILocation
- Location must be in between neighbours
- xsBefore ICrossSection
- Cross section before location
- xsAfter ICrossSection
- Cross section after location