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


