Click or drag to resize

CoordinateTransformConvertFromLocalSystem Method (Coordinate, Vector, IListCoordinate, ListCoordinate)

Convert a list of coordinates from the local coordinate system to the global coordinate system.

Namespace:  DHI.Mike1D.Generic.Spatial
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static void ConvertFromLocalSystem(
	Coordinate origin,
	Vector xAxisUnitVector,
	IList<Coordinate> localCoords,
	out List<Coordinate> coords
)

Parameters

origin
Type: DHI.Mike1D.Generic.Spatial.GeometryCoordinate
Origin of local coordinate system
xAxisUnitVector
Type: DHI.Mike1D.Generic.Spatial.GeometryVector
X-axis vector of local coordinate system
localCoords
Type: System.Collections.GenericIListCoordinate
new local coordinates
coords
Type: System.Collections.GenericListCoordinate
global coordinate to convert
See Also