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


