You are here: Start » AVL.NET » Invoke.SurfaceLineToImageCoordinates

Invoke.SurfaceLineToImageCoordinates

Finds the associated image coordinates of surface line.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also