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

AVL.ImageSegmentsToSurfaceCoordinates

Finds the surface coordinates of image segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageSegmentsToSurfaceCoordinates
(
	IList<AvlNet.Segment2D> inImageSegments,
	AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<AvlNet.Segment2D> outSurfaceSegments
)

Parameters

Name Type Range Default Description
inImageSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>
inSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfaceSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

See also