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
Input value inCoordinateSystem CoordinateSystem2D
Input value inAlignment CoordinateSystem2D
Input value inInverse bool False Switches to the inverse operation
Output value outAlignedCoordinateSystem CoordinateSystem2D