weldx.transformations.CoordinateSystemManager.merge#
- CoordinateSystemManager.merge(other)#
Merge another coordinate system managers into the current instance.
Both
CoordinateSystemManagerneed 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) –CoordinateSystemManagerinstance that should be merged into the current instance.