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

AVL.SurfaceLineToImageCoordinates

Finds the associated image coordinates of surface line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceLineToImageCoordinates
(
	AvlNet.Line3D inSurfaceLine,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out AvlNet.Line2D outImageLine
)

Parameters

Name Type Range Default Description
inSurfaceLineAvlNet.Line3D
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageLineAvlNet.Line2D

See also