You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfacePointToImageCoordinates
Finds the associated image coordinates of surface point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SurfacePointToImageCoordinates ( AvlNet.Point3D inSurfacePoint, AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out AvlNet.Point2D outImagePoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfacePoint | AvlNet.Point3D | |||
![]() | inSurfaceCoordinatesFormat | AvlNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImagePoint | AvlNet.Point2D |


