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

Invoke.SurfaceSegmentsToImageCoordinates

Finds the associated image coordinates of surface segments.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceSegmentsToImageCoordinates
(
	List<Avl.Segment3D> inSurfaceSegments,
	Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	List<Avl.Segment2D> outImageSegments
)

Parameters

Name Type Range Default Description
inSurfaceSegmentsSystem.Collections.Generic.List<Avl.Segment3D>
inSurfaceCoordinatesFormatAvl.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentsSystem.Collections.Generic.List<Avl.Segment2D>

See also