SurfacePathsToImageCoordinates
Finds the associated image coordinates of surface paths.
Applications:Transformation of objects defined in the surface coordinate system to the associated image coordinate system.
Syntax
C++
C#
Python
def SurfacePathsToImageCoordinates( inSurfacePaths: list[Path], inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, / ) -> outImagePaths: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurfacePaths | list[Path] | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outImagePaths | list[Path] |


