pyvista.AxesActor.sphere_radius# property AxesActor.sphere_radius: float[ソース]# 球体の先端の半径を返すか設定します. 例 >>> import pyvista as pv >>> axes = pv.Axes() >>> axes.axes_actor.sphere_radius 0.4 >>> axes.axes_actor.sphere_radius = 0.8 >>> axes.axes_actor.sphere_radius 0.8