active_vectors_name#
- property DataSetAttributes.active_vectors_name: Optional[str]#
Name of the active vectors.
Examples
>>> import pyvista >>> import numpy as np >>> mesh = pyvista.Sphere() >>> mesh.point_data.set_vectors(np.random.random((mesh.n_points, 3)), ... 'my-vectors') >>> mesh.point_data.active_vectors_name 'my-vectors'