AxesActor.cylinder_resolution#
- property AxesActor.cylinder_resolution: int[source]#
Return or set the resolution of the shaft cylinder.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.cylinder_resolution
16
>>> axes.axes_actor.cylinder_resolution = 24
>>> axes.axes_actor.cylinder_resolution
24