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

FIL.SurfaceSegmentToImageCoordinates

Finds the associated image coordinates of surface segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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