You are here: Start » AVL.NET » AVS.SurfacePointsToImageCoordinates Method

AVS.SurfacePointsToImageCoordinates Method

Finds the associated image coordinates of surface points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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