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

AVL.SurfaceSegmentToImageCoordinates

Finds the associated image coordinates of surface segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also