You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.SurfacePointsToImageCoordinates

AVL.SurfacePointsToImageCoordinates

Finds the associated image coordinates of surface points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfacePointsToImageCoordinates
(
	IList<AvlNet.Point3D> inSurfacePoints,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<AvlNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inSurfacePointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also