ImageLineToSurfaceCoordinates


Finds the surface coordinates of image line.

Applications:Transformation of results found on the image associated with the surface to the surface coordinates.

Syntax

C++
C#
Python
 
def ImageLineToSurfaceCoordinates(
	inImageLine: Line2D,
	inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat,
	/,
	*,
	outSurfaceLine3D: Line3D | None = None
)
-> outSurfaceLine: Line2D

Parameters

Name Type Default Description
Input value inImageLine Line2D
Input value inSurfaceCoordinatesFormat SurfaceCoordinatesFormat Offsets and scales on X and Y axes of the surface associated with the image objects were found on
Output value outSurfaceLine Line2D
Output value outSurfaceLine3D Line3D | None None