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

Invoke.SurfaceSegmentToImageCoordinates

Finds the associated image coordinates of surface segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceSegmentToImageCoordinates
(
	Avl.Segment3D inSurfaceSegment,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Avl.Segment2D outImageSegment
)

Parameters

Name Type Range Default Description
inSurfaceSegmentAvl.Segment3D
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentAvl.Segment2D

See also