pyvista.Transform.point

Contents

pyvista.Transform.point#

property Transform.point: tuple[float, float, float] | None[source]#

Point to use when concatenating some transformations such as scale, rotation, etc.

If set, two additional transformations are concatenated and added to the matrix_list:

By default, this value is None, which means that the scale, rotation, etc. transformations are performed about the origin (0, 0, 0).