DrawCoordinateSystem
Draws a pair of arrows representing a coordinate system on an image.
Syntax
C++
Python
def DrawCoordinateSystem( ioImage: Image, inCoordinateSystem: CoordinateSystem2D, inColor: Pixel, /, *, inCoordinateSystemAlignment: CoordinateSystem2D | None = None, inDrawingStyle: DrawingStyle = DrawingStyle(DrawingMode.HighQuality, 1.0, 3.0, False, None, 2.0), inArrowSize: float = 5.0, inPixelScale: float = 20.0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioImage | Image | |||
![]() |
inCoordinateSystem | CoordinateSystem2D | |||
![]() |
inCoordinateSystemAlignment | CoordinateSystem2D | None | None | ||
![]() |
inColor | Pixel | |||
![]() |
inDrawingStyle | DrawingStyle | DrawingStyle(DrawingMode.HighQuality, 1.0, 3.0, False, None, 2.0) | ||
![]() |
inArrowSize | float | 0.0 - ![]() |
5.0 | |
![]() |
inPixelScale | float | 0.0 - ![]() |
20.0 | How many pixels long will be axis of a coordinate system with unit scale |



