pyvista.plotting.themes.Theme.hidden_line_removal#

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

隠線除去を返すか設定します.

ワイヤーフレームジオメトリは,レンダリングエンジンがサポートしていれば,隠線除去を使用して描画されます.

隠線除去を有効にします.

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