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

AVS.SurfacePointToImageCoordinates Method

Finds the associated image coordinates of surface point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfacePointToImageCoordinates
(
	AvlNet.Point3D inSurfacePoint,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inSurfacePointAvlNet.Point3D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointAvlNet.Point2D

See also