AxesActor.cone_resolution

AxesActor.cone_resolution#

property AxesActor.cone_resolution: int[source]#

Return or set the resolution of the cone tip.

Examples#

Download Python source code | Download Jupyter notebook

>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.cone_resolution
16
>>> axes.axes_actor.cone_resolution = 24
>>> axes.axes_actor.cone_resolution
24