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

AVS.SurfaceLineToImageCoordinates Method

Finds the associated image coordinates of surface line.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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