You are here: Start » FIL.NET » FIS.SurfaceSegmentsToImageCoordinates Method

FIS.SurfaceSegmentsToImageCoordinates Method

Finds the associated image coordinates of surface segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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