You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.SurfaceSegmentsToImageCoordinates

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
inSurfaceSegmentsSystem.Collections.Generic.IList<FilNet.Segment3D>
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>

See also