You are here: Start » AVL.NET » AVS.SurfaceSegmentToImageCoordinates Method

AVS.SurfaceSegmentToImageCoordinates Method

Finds the associated image coordinates of surface segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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