SurfaceBoxToImageCoordinates


Finds the associated image coordinates of surface box.

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

Syntax

C++
C#
Python
 
def SurfaceBoxToImageCoordinates(
	inSurfaceBox: Box3D,
	inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat,
	/,
	*,
	outImageRectangle: Rectangle2D | None = None
)
-> outImageBox: Box

Parameters

Name Type Default Description
Input value inSurfaceBox Box3D
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 outImageBox Box
Output value outImageRectangle Rectangle2D | None None