pyvista.AxesActor.sphere_radius#

property AxesActor.sphere_radius: float[source]#

Return or set the radius of the spherical tip.

Examples

>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.sphere_radius
0.4
>>> axes.axes_actor.sphere_radius = 0.8
>>> axes.axes_actor.sphere_radius
0.8