You are here: Start » FIL.NET » Invoke.SurfacePointsToImageCoordinates
Finds the associated image coordinates of surface points.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfacePointsToImageCoordinates ( List<Fil.Point3D> inSurfacePoints, Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, List<Fil.Point2D> outImagePoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfacePoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inSurfaceCoordinatesFormat | Fil.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImagePoints | System.Collections.Generic.List<Fil.Point2D> |


