You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ConvertCoordinateSystem2DTo3D
Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConvertCoordinateSystem2DTo3D ( FilNet.CoordinateSystem2D inCoordinateSystem, FilNet.SurfaceFormat inSurfaceFormat, out FilNet.CoordinateSystem2D outCoordinateSystem )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCoordinateSystem | FilNet.CoordinateSystem2D | Coordinate system connected with the surface image. | ||
![]() | inSurfaceFormat | FilNet.SurfaceFormat | Format of the surface. | ||
![]() | outCoordinateSystem | FilNet.CoordinateSystem2D | Coordinate system connected with the surface. |