# Examples from pyvista.Property.anisotropy_rotation
# ==================================================

# Get the default anisotropy rotation.
import pyvista as pv
prop = pv.Property()
prop.anisotropy_rotation

# Set the anisotropy rotation.
prop.anisotropy_rotation = 0.25
prop.anisotropy_rotation

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code
