pyvista.Transform.matrix_list#
- property Transform.matrix_list: list[NumpyArray[float]][source]#
Return a list of all current transformation matrices.
See also
inverse_matrix_list
Return the current transformation matrix.
Notes
The list comprises all 4x4 transformation matrices. Use
matrix
instead to get the concatenated result as a single 4x4 matrix.