ConvertCoordinateSystem2DTo3D
Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.
Syntax
C++
C#
Python
def ConvertCoordinateSystem2DTo3D(
inCoordinateSystem: CoordinateSystem2D,
inSurfaceFormat: SurfaceFormat,
/
)
-> outCoordinateSystem: CoordinateSystem2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCoordinateSystem | CoordinateSystem2D | Coordinate system connected with the surface image | |
![]() |
inSurfaceFormat | SurfaceFormat | Format of the surface | |
![]() |
outCoordinateSystem | CoordinateSystem2D | Coordinate system connected with the surface |


