pyvista.Transform.matrix_list#
- property Transform.matrix_list: list[NumpyArray[float]][ソース]#
Return a list of all current transformation matrices.
参考
inverse_matrix_list
Return the current transformation matrix.
備考
The list comprises all 4x4 transformation matrices. Use
matrix
instead to get the composed result as a single 4x4 matrix.