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

AVL.SurfaceSegmentsToImageCoordinates

Finds the associated image coordinates of surface segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also