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

FIL.SurfacePointsToImageCoordinates

Finds the associated image coordinates of surface points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfacePointsToImageCoordinates
(
	IList<FilNet.Point3D> inSurfacePoints,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	IList<FilNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inSurfacePointsSystem.Collections.Generic.IList<FilNet.Point3D>
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also