AlignCoordinateSystem
Moves a nested coordinate system from its local coordinate system to the absolute one.
Applications:This filter is required e.g. when we first locate an object and then we locate its parts within it.
Syntax
C++
Python
def AlignCoordinateSystem( inCoordinateSystem: CoordinateSystem2D, inAlignment: CoordinateSystem2D, /, *, inInverse: bool = False ) -> outAlignedCoordinateSystem: CoordinateSystem2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCoordinateSystem | CoordinateSystem2D | ||
![]() |
inAlignment | CoordinateSystem2D | ||
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outAlignedCoordinateSystem | CoordinateSystem2D |


