InvertCoordinateSystem
Inverts a coordinate system.
Syntax
C++
Python
def InvertCoordinateSystem(
inCoordinateSystem: CoordinateSystem2D,
/
)
-> outInvertedCoordinateSystem: CoordinateSystem2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCoordinateSystem | CoordinateSystem2D | ||
![]() |
outInvertedCoordinateSystem | CoordinateSystem2D |


