# Examples from pyvista.AxesAssembly.get_actor_prop
# =================================================

# Get the ambient property of the axes shafts and tips.
import pyvista as pv
axes_assembly = pv.AxesAssembly()
axes_assembly.get_actor_prop('ambient')

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

