You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.SurfaceSegmentsToImageCoordinates
Finds the associated image coordinates of surface segments.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceSegmentsToImageCoordinates ( IList<FilNet.Segment3D> inSurfaceSegments, FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, IList<FilNet.Segment2D> outImageSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfaceSegments | System.Collections.Generic.IList<FilNet.Segment3D> | |||
![]() | inSurfaceCoordinatesFormat | FilNet.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<FilNet.Segment2D> |