pyvista.plotting.themes.Theme.show_edges#

property Theme.show_edges: bool[ソース]#

既定のエッジの表示を設定します.

デフォルトでエッジをグローバルに表示します.

>>> import pyvista as pv
>>> pv.global_theme.show_edges = True