ImageSegmentToSurfaceCoordinates
Finds the surface coordinates of image segment.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImageSegmentToSurfaceCoordinates( inImageSegment: Segment2D, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, /, *, outSurfaceSegment3D: Segment3D | None = None ) -> outSurfaceSegment: Segment2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImageSegment | Segment2D | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceSegment | Segment2D | ||
![]() |
outSurfaceSegment3D | Segment3D | None | None |


