CrossSectionMiddling Constructor

Create a new CrossSectionMiddling based on a location and two neighbours.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
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

See Also