ImageLineToSurfaceCoordinates
Finds the surface coordinates of image line.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImageLineToSurfaceCoordinates( inImageLine: Line2D, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, /, *, outSurfaceLine3D: Line3D | None = None ) -> outSurfaceLine: Line2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImageLine | Line2D | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceLine | Line2D | ||
![]() |
outSurfaceLine3D | Line3D | None | None |


