weldx.transformations.CoordinateSystemManager.create_cs_from_homogeneous_transformation#

CoordinateSystemManager.create_cs_from_homogeneous_transformation(coordinate_system_name, reference_system_name, transformation_matrix, translation_unit, time=None, time_ref=None, lcs_child_in_parent=True)#

Create a coordinate system from a homogeneous transformation matrix and add it to the coordinate system manager.

This function uses the LocalCoordinateSystem.from_homogeneous_transformation method of the LocalCoordinateSystem class.

Parameters: