You are here: Start » AVL.NET » Invoke.ConvertCoordinateSystem2DTo3D

Invoke.ConvertCoordinateSystem2DTo3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCoordinateSystemAvl.CoordinateSystem2DCoordinate system connected with the surface image.
inSurfaceFormatAvl.SurfaceFormatFormat of the surface.
outCoordinateSystemAvl.CoordinateSystem2DCoordinate system connected with the surface.

See also