ImagePointToSurfaceCoordinates
Finds the surface coordinates of image point.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImagePointToSurfaceCoordinates( inImagePoint: Point2D, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, /, *, outSurfacePoint3D: Point3D | None = None ) -> outSurfacePoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImagePoint | Point2D | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfacePoint | Point2D | ||
![]() |
outSurfacePoint3D | Point3D | None | None |


