weldx.CoordinateSystemManager.merge#

CoordinateSystemManager.merge(other)#

Merge another coordinate system managers into the current instance.

Both CoordinateSystemManager need to have exactly one common coordinate system. They are merged at this node. Internally, information is kept to undo the merge process.

Parameters:

other (CoordinateSystemManager) – CoordinateSystemManager instance that should be merged into the current instance.