You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inCoordinateSystem | Avl.CoordinateSystem2D | Coordinate system connected with the surface image. | ||
![]() | inSurfaceFormat | Avl.SurfaceFormat | Format of the surface. | ||
![]() | outCoordinateSystem | Avl.CoordinateSystem2D | Coordinate system connected with the surface. |