ImageVectorToSurfaceCoordinates


Finds the surface coordinates of image vector.

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

Syntax

C++
C#
Python
 
def ImageVectorToSurfaceCoordinates(
	inImageVector: Vector2D,
	inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat,
	/,
	*,
	outSurfaceVector3D: Vector3D | None = None
)
-> outSurfaceVector: Vector2D

Parameters

Name Type Default Description
Input value inImageVector Vector2D
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 outSurfaceVector Vector2D
Output value outSurfaceVector3D Vector3D | None None