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

FIS.SurfaceSegmentToImageCoordinates Method

Finds the associated image coordinates of surface segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceSegmentToImageCoordinates
(
	FilNet.Segment3D inSurfaceSegment,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out FilNet.Segment2D outImageSegment
)

Parameters

Name Type Range Default Description
inSurfaceSegmentFilNet.Segment3D
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentFilNet.Segment2D

See also