transformation_matrix_to_rhino

compas_rhino.conversions.transformation_matrix_to_rhino(matrix)[source]

Creates a Rhino transformation from a 4x4 transformation matrix.

Parameters:
matrixlist[list[float]]

The 4x4 transformation matrix in row-major order.

Returns:
Rhino.Geometry.Transform