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