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


