You are here: Start » AVL.NET » AVS.SurfaceLineToImageCoordinates Method
AVS.SurfaceLineToImageCoordinates Method
Finds the associated image coordinates of surface line.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceLineToImageCoordinates ( AvlNet.Line3D inSurfaceLine, AvlNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out AvlNet.Line2D outImageLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfaceLine | AvlNet.Line3D | |||
![]() | inSurfaceCoordinatesFormat | AvlNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outImageLine | AvlNet.Line2D |


