You are here: Start » AVL.NET » Invoke.SurfaceSegmentToImageCoordinates
Finds the associated image coordinates of surface segment.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceSegmentToImageCoordinates ( Avl.Segment3D inSurfaceSegment, Avl.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out Avl.Segment2D outImageSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfaceSegment | Avl.Segment3D | |||
![]() | inSurfaceCoordinatesFormat | Avl.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImageSegment | Avl.Segment2D |


