pyvista.AxesActor.cone_resolution# property AxesActor.cone_resolution: int[source]# Return or set the resolution of the cone tip. Examples >>> 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