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