You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ConvertCoordinateSystem2DTo3D

AVL.ConvertCoordinateSystem2DTo3D

Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ConvertCoordinateSystem2DTo3D
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.SurfaceFormat inSurfaceFormat,
	out AvlNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2DCoordinate system connected with the surface image.
inSurfaceFormatAvlNet.SurfaceFormatFormat of the surface.
outCoordinateSystemAvlNet.CoordinateSystem2DCoordinate system connected with the surface.

See also