You are here: Start » AVL.NET » Invoke.SurfacePointsToImageCoordinates
Finds the associated image coordinates of surface points.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfacePointsToImageCoordinates ( List<Avl.Point3D> inSurfacePoints, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, List<Avl.Point2D> outImagePoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfacePoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | inSurfaceCoordinatesFormat | Avl.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<Avl.Point2D> |