ImageCircleToSurfaceCoordinates
Finds the surface coordinates of image circle.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImageCircleToSurfaceCoordinates( inImageCircle: Circle2D, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, /, *, outSurfaceCircle3D: Circle3D | None = None ) -> outSurfaceCircle: Circle2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImageCircle | Circle2D | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceCircle | Circle2D | ||
![]() |
outSurfaceCircle3D | Circle3D | None | None |


