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

AVL.SurfacePointToImageCoordinates

Finds the associated image coordinates of surface point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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