pyvista.AxesActor.shaft_type#

property AxesActor.shaft_type: ShaftType[ソース]#

シャフトの種類を返すか設定します.

円柱 (0) または直線 (1) のどちらかです.

>>> 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>