Click or drag to resize

LateralLinkSetFacesCoordinates Method

Set face coordinates, (x, y, chainage) for start and end of each face

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetFacesCoordinates(
	double[] x1,
	double[] y1,
	double[] x2,
	double[] y2
)

Parameters

x1
Type: SystemDouble

[Missing <param name="x1"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetFacesCoordinates(System.Double[],System.Double[],System.Double[],System.Double[])"]

y1
Type: SystemDouble

[Missing <param name="y1"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetFacesCoordinates(System.Double[],System.Double[],System.Double[],System.Double[])"]

x2
Type: SystemDouble

[Missing <param name="x2"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetFacesCoordinates(System.Double[],System.Double[],System.Double[],System.Double[])"]

y2
Type: SystemDouble

[Missing <param name="y2"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetFacesCoordinates(System.Double[],System.Double[],System.Double[],System.Double[])"]

See Also