You are here: Start » FIL.NET » Invoke.SurfaceSegmentsToImageCoordinates

Invoke.SurfaceSegmentsToImageCoordinates

Finds the associated image coordinates of surface segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceSegmentsToImageCoordinates
(
	List<Fil.Segment3D> inSurfaceSegments,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	List<Fil.Segment2D> outImageSegments
)

Parameters

Name Type Range Default Description
inSurfaceSegmentsSystem.Collections.Generic.List<Fil.Segment3D>
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageSegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also