# Examples from pyvista.AxesGeometrySource.shaft_length
# =====================================================

import pyvista as pv
axes_geometry_source = pv.AxesGeometrySource()
axes_geometry_source.shaft_length
axes_geometry_source.shaft_length = 0.7
axes_geometry_source.shaft_length
axes_geometry_source.shaft_length = (1.0, 0.9, 0.5)
axes_geometry_source.shaft_length

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

