You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ImageSegmentToSurfaceCoordinates
Finds the surface coordinates of image segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageSegmentToSurfaceCoordinates ( FilNet.Segment2D inImageSegment, FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat, out FilNet.Segment2D outSurfaceSegment, INullable<FilNet.Segment3D> outSurfaceSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageSegment | FilNet.Segment2D | |||
![]() | inSurfaceCoordinatesFormat | FilNet.SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on. | ||
![]() | outSurfaceSegment | FilNet.Segment2D | |||
![]() | outSurfaceSegment3D | FilNet.INullable<FilNet.Segment3D> | Can be null to skip this parameter calculation. |