SurfacePathToImageCoordinates


Finds the associated image coordinates of surface path.

Applications:Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Syntax

C++
C#
Python
 
def SurfacePathToImageCoordinates(
	inSurfacePath: Path,
	inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat,
	outImagePath: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSurfacePath Path
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 outImagePath Path