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

Invoke.SurfaceLineToImageCoordinates

Finds the associated image coordinates of surface line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceLineToImageCoordinates
(
	Fil.Line3D inSurfaceLine,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	out Fil.Line2D outImageLine
)

Parameters

Name Type Range Default Description
inSurfaceLineFil.Line3D
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImageLineFil.Line2D

See also