ImageBoxToSurfaceCoordinates
Finds the surface coordinates of image box.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImageBoxToSurfaceCoordinates( inImageBox: Box, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, /, *, outSurfaceBox3D: Box3D | None = None ) -> outSurfaceBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImageBox | Box | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceBox | Box | ||
![]() |
outSurfaceBox3D | Box3D | None | None |


