AxesActor.shaft_type#
- property AxesActor.shaft_type: ShaftType[source]#
Return or set the shaft type.
Can be either a cylinder(0) or a line(1).
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.shaft_type = axes.axes_actor.ShaftType.LINE
>>> axes.axes_actor.shaft_type
<ShaftType.LINE: 1>