You are here: Start » AVL.NET » AVS.SurfaceSegmentsToImageCoordinates Method
AVS.SurfaceSegmentsToImageCoordinates Method
Finds the associated image coordinates of surface segments.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceSegmentsToImageCoordinates ( IList<AvlNet.Segment3D> inSurfaceSegments, AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, IList<AvlNet.Segment2D> outImageSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfaceSegments | System.Collections.Generic.IList<AvlNet.Segment3D> | |||
![]() | inSurfaceCoordinatesFormat | AvlNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImageSegments | System.Collections.Generic.IList<AvlNet.Segment2D> |


